diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 14:16:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 14:16:44 +0000 |
commit | a9336da5c918e7ec2fd795ca8e4f48c16fe889e8 (patch) | |
tree | 2385be9107d7857c87b1f88953890d5d4ddd4c2e /contrib | |
parent | d4dc08dcb219a278a94e68aa87c13bca6361eeca (diff) |
contrib: make luci meta package depend on luci-lib-nixio as well
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 43407d0be..40009a28b 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -357,7 +357,7 @@ $(eval $(call collection,,\ Standard OpenWrt set including full admin with ppp support and the \ default OpenWrt theme,\ +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap \ - +luci-app-firewall +luci-proto-ppp +libiwinfo-lua)) + +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +luci-lib-nixio)) $(eval $(call collection,ssl,\ Standard OpenWrt set with HTTPS support,\ |