From: Florian Eckert Date: Thu, 9 Nov 2017 10:50:55 +0000 (+0100) Subject: net/mwan3: add jshn and ip-full to package dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e12f3c8c147125b9a58485074dacaf6c11ab82d3;p=feed%2Fpackages.git net/mwan3: add jshn and ip-full to package dependency * The mwan3 scripts sources ". /usr/share/libubox/jshn.sh" * Mwan3 only works if ip-full is installed Error -> "ip: invalid argument '0xfd00/0xff00' to 'fwmark'" Signed-off-by: Florian Eckert --- diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile index 07d6827f7b..c3bf5ee68f 100644 --- a/net/mwan3/Makefile +++ b/net/mwan3/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwan3 PKG_VERSION:=2.6.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Florian Eckert PKG_LICENSE:=GPLv2 @@ -19,7 +19,13 @@ define Package/mwan3 SECTION:=net CATEGORY:=Network SUBMENU:=Routing and Redirection - DEPENDS:=+ip +ipset +iptables +iptables-mod-conntrack-extra +iptables-mod-ipopt + DEPENDS:= \ + +ip-full \ + +ipset \ + +iptables \ + +iptables-mod-conntrack-extra \ + +iptables-mod-ipopt \ + +jshn TITLE:=Multiwan hotplug script with connection tracking support MAINTAINER:=Florian Eckert PKGARCH:=all