diff options
Diffstat (limited to 'applications/luci-app-banip/Makefile')
-rw-r--r-- | applications/luci-app-banip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile index 60e4ecb529..c3c7ebea48 100644 --- a/applications/luci-app-banip/Makefile +++ b/applications/luci-app-banip/Makefile @@ -4,8 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for banIP -LUCI_DEPENDS:=+banip -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +banip PKG_LICENSE:=Apache-2.0 |