summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-12-05 22:14:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-12-05 22:14:37 +0000
commit21da2f7c9c00eb812c0d503d73dca7f1e4dd5047 (patch)
treea7578257c856046cde5a030e822a35ae092ef086 /contrib
parent7540f86d40b23b04dd2de16ed90fc024d2cfa4ce (diff)
contrib/package: add luci-app-firewall dependency to luci-admin-full
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 76fef411a..51cc44f84 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -297,7 +297,7 @@ endef
define Package/luci-admin-full
$(call Package/luci/webtemplate)
- DEPENDS+=+luci-admin-core +luci-ipkg
+ DEPENDS+=+luci-admin-core +luci-ipkg +luci-app-firewall
TITLE:=LuCI Administration - full-featured for full control
endef