Merge pull request #3751 from brianjmurrell/patch-2

luci-app-mwan3: Remove unnecessary dependency
This commit is contained in:
Florian Eckert 2020-03-13 11:24:10 +01:00 committed by GitHub
commit 270c5f04e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for the MWAN3 multiwan hotplug script
LUCI_DEPENDS:=+luci-compat +mwan3 +libuci-lua +luci-mod-admin-full +luci-app-firewall +luci-lib-nixio
LUCI_DEPENDS:=+luci-compat +mwan3 +libuci-lua +luci-mod-admin-full +luci-lib-nixio
LUCI_PKGARCH:=all
PKG_LICENSE:=GPLv2