summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-05 22:39:20 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-05 22:39:20 +0000
commit37f83d57e3fe8e005b7091b4db0ba42f39329ac4 (patch)
tree9d389b9bcb65453bfa1300955ce8e51ba8d4205b /contrib
parent748fc464bec012972fec7e4e5ce7b81b9acdfc26 (diff)
contrib/package: make collections depend on libiwinfo
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 3524bdb46..0fe217dde 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -550,16 +550,16 @@ endef
$(eval $(call collection,,\
Standard OpenWrt set including full and mini admin and the standard theme,\
+uhttpd +luci-mod-admin-full +luci-theme-openwrt +luci-app-firewall \
- +luci-app-initmgr))
+ +luci-app-initmgr +libiwinfo))
$(eval $(call collection,ssl,\
Standard OpenWrt set with HTTPS support,\
+uhttpd +uhttpd-mod-tls +px5g +luci-mod-admin-full +luci-theme-openwrt \
- +luci-app-firewall +luci-app-initmgr))
+ +luci-app-firewall +luci-app-initmgr +libiwinfo))
$(eval $(call collection,light,\
Minimum package set using only admin mini and the standard theme,\
- +uhttpd +luci-mod-admin-mini +luci-theme-openwrt))
+ +uhttpd +luci-mod-admin-mini +luci-theme-openwrt @BROKEN))
### Compile ###