Browse Source

include openssl package in lilik bundle

master
Edoardo Putti 6 years ago
parent
commit
ea4a18b60a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bundle/lilik/Makefile

+ 1
- 1
bundle/lilik/Makefile View File

@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/lilik
SECTION:=meta
CATEGORY:=LILiK
DEPENDS:=+ca-bundle +ca-certificates +dnsmasq-full +reverseproxy +ansible
DEPENDS:=+ca-bundle +ca-certificates +dnsmasq-full +reverseproxy +ansible +openssl-util
TITLE:=LILiK meta-package
endef


Loading…
Cancel
Save