aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-03-23 16:52:27 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2018-03-23 16:52:27 +0200
commit759ee14f415362ff4ef19a5c12a61a490ec07ff7 (patch)
tree664f3e29a15b8498633ddfcfe87e1fc0ac996739
parenta7a02b4d87cfccb69a1375dca7babe5530fa7478 (diff)
mwan3: adjust dependency from ip-full to ip
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 <hannu.nyman@iki.fi>
-rw-r--r--net/mwan3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile
index b1a2bec94..b4b8a222c 100644
--- a/net/mwan3/Makefile
+++ b/net/mwan3/Makefile
@@ -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 \