From: cyrus Date: Tue, 10 Mar 2015 08:43:54 +0000 (+0000) Subject: 6rd: make host dependency more specific X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=1be70652399cb49dd7ac3b2a71c63e2226fea3af 6rd: make host dependency more specific Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/ipv6/6rd/Makefile b/package/network/ipv6/6rd/Makefile index d3e4bf6974..f9b7eae139 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:=8 +PKG_VERSION:=9 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 diff --git a/package/network/ipv6/6rd/files/6rd.sh b/package/network/ipv6/6rd/files/6rd.sh index 287f569885..b48513640e 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 "$tunlink" ) + ( proto_add_host_dependency "$cfg" "$peeraddr" "$tunlink" ) [ -z "$ipaddr" ] && { local wanif="$tunlink"