diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 6482ad7ac..8ae97fcf1 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -347,7 +347,7 @@ endef define Package/luci-app-firewall $(call Package/luci/webtemplate) - DEPENDS+=+luci-mod-admin-full + DEPENDS+=+luci-mod-admin-core TITLE:=Firewall and Portforwarding application endef @@ -373,7 +373,7 @@ endef define Package/luci-app-qos $(call Package/luci/webtemplate) - DEPENDS+=+luci-mod-admin-full +qos-scripts + DEPENDS+=+luci-mod-admin-core +qos-scripts TITLE:=Quality of Service configuration module endef |