Browse Source

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>
lilik-openwrt-22.03
Hannu Nyman 7 years ago
parent
commit
759ee14f41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/mwan3/Makefile

+ 2
- 2
net/mwan3/Makefile View 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 \


Loading…
Cancel
Save