From: Steven Barth Date: Thu, 26 Feb 2015 07:42:12 +0000 (+0000) Subject: 6rd: honor tunlink in host dependency X-Git-Tag: reboot~4183 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=547ac608130a1a300123f8a5cd54aad8c4a37ac4;p=openwrt%2Fopenwrt.git 6rd: honor tunlink in host dependency Signed-off-by: Steven Barth SVN-Revision: 44541 --- diff --git a/package/network/ipv6/6rd/Makefile b/package/network/ipv6/6rd/Makefile index 82195c8c3b..d3e4bf6974 100644 --- a/package/network/ipv6/6rd/Makefile +++ b/package/network/ipv6/6rd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6rd -PKG_VERSION:=7 +PKG_VERSION:=8 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 @@ -19,7 +19,7 @@ define Package/6rd CATEGORY:=Network DEPENDS:=+kmod-ipv6 +kmod-sit TITLE:=6rd configuration support - MAINTAINER:=Stéphan Kochen + MAINTAINER:=Steven Barth PKGARCH:=all endef diff --git a/package/network/ipv6/6rd/files/6rd.sh b/package/network/ipv6/6rd/files/6rd.sh index 042d98559f..287f569885 100644 --- a/package/network/ipv6/6rd/files/6rd.sh +++ b/package/network/ipv6/6rd/files/6rd.sh @@ -23,7 +23,7 @@ proto_6rd_setup() { return } - ( proto_add_host_dependency "$cfg" 0.0.0.0 ) + ( proto_add_host_dependency "$cfg" 0.0.0.0 "$tunlink" ) [ -z "$ipaddr" ] && { local wanif="$tunlink"