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>
This commit is contained in:
parent
a7a02b4d87
commit
759ee14f41
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mwan3
|
PKG_NAME:=mwan3
|
||||||
PKG_VERSION:=2.6.11
|
PKG_VERSION:=2.6.11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
|
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ define Package/mwan3
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+ip-full \
|
+ip \
|
||||||
+ipset \
|
+ipset \
|
||||||
+iptables \
|
+iptables \
|
||||||
+iptables-mod-conntrack-extra \
|
+iptables-mod-conntrack-extra \
|
||||||
|
|
Loading…
Reference in a new issue