contrib/package: depend on libustream-cyassl instead of uhttpd-mod-tls, require uhttpd-mod-ubus
This commit is contained in:
parent
314eebce98
commit
ffebaa982c
1 changed files with 3 additions and 3 deletions
|
@ -595,12 +595,12 @@ endef
|
|||
$(eval $(call collection,,\
|
||||
Standard OpenWrt set including full admin with ppp support and the \
|
||||
default OpenWrt theme,\
|
||||
+uhttpd +luci-mod-admin-full +luci-theme-openwrt +luci-app-firewall \
|
||||
+luci-proto-core +luci-proto-ppp +libiwinfo-lua))
|
||||
+uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-openwrt \
|
||||
+luci-app-firewall +luci-proto-core +luci-proto-ppp +libiwinfo-lua))
|
||||
|
||||
$(eval $(call collection,ssl,\
|
||||
Standard OpenWrt set with HTTPS support,\
|
||||
+luci +uhttpd-mod-tls +px5g))
|
||||
+luci +libustream-cyassl +px5g))
|
||||
|
||||
$(eval $(call collection,light,\
|
||||
Minimum package set using only admin mini and the standard theme,\
|
||||
|
|
Loading…
Reference in a new issue