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>
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
CATEGORY:=Network
SUBMENU:=Routing and Redirection
DEPENDS:= \
- +ip-full \
+ +ip \
+ipset \
+iptables \
+iptables-mod-conntrack-extra \