From: Jo-Philipp Wich Date: Fri, 5 Dec 2008 22:14:37 +0000 (+0000) Subject: contrib/package: add luci-app-firewall dependency to luci-admin-full X-Git-Tag: 0.9.0~923 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=21da2f7c9c00eb812c0d503d73dca7f1e4dd5047 contrib/package: add luci-app-firewall dependency to luci-admin-full --- 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