diff options
Diffstat (limited to 'applications/luci-app-mwan3/Makefile')
-rw-r--r-- | applications/luci-app-mwan3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index 8edba3ccd5..98c0293e05 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -7,8 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager -LUCI_DEPENDS:=+mwan3 -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +mwan3 PKG_LICENSE:=GPLv2 PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de> |