diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-22 13:23:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-22 13:23:19 +0000 |
commit | ffebaa982c602754c911f360f64d5af1eb35ebba (patch) | |
tree | 6b0950dd892bc320c1fcb78b26566bfbbea3486b /contrib | |
parent | 314eebce988d49c910b12349967b4e2dd46ee209 (diff) |
contrib/package: depend on libustream-cyassl instead of uhttpd-mod-tls, require uhttpd-mod-ubus
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 6bd26feb6..506dee96a 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -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,\ |