mwan3: adjust dependency from ip-full to ip
authorHannu Nyman <redacted>
Fri, 23 Mar 2018 14:52:27 +0000 (16:52 +0200)
committerHannu Nyman <redacted>
Fri, 23 Mar 2018 14:52:27 +0000 (16:52 +0200)
Adjust the dependency from ip-full back to ip.

Returning back to "ip" is now possible as busybox does not provide
"ip" any more, making "ip" again reference to ip-tiny or ip-full.

Reference to discussion in #5747

Signed-off-by: Hannu Nyman <redacted>
net/mwan3/Makefile

index b1a2bec94197c443be667e29a4a7663f8b13613f..b4b8a222cb11e439851644eb3efe175684546c4f 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mwan3
 PKG_VERSION:=2.6.11
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
 PKG_LICENSE:=GPLv2
 
@@ -20,7 +20,7 @@ define Package/mwan3
    CATEGORY:=Network
    SUBMENU:=Routing and Redirection
    DEPENDS:= \
-     +ip-full \
+     +ip \
      +ipset \
      +iptables \
      +iptables-mod-conntrack-extra \
git clone https://git.99rst.org/PROJECT