contrib/package: add luci-app-firewall dependency to luci-admin-full
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 5 Dec 2008 22:14:37 +0000 (22:14 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 5 Dec 2008 22:14:37 +0000 (22:14 +0000)
contrib/package/luci/Makefile

index 76fef41..51cc44f 100644 (file)
@@ -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