Procházet zdrojové kódy

6rd: make host dependency more specific

Signed-off-by: Steven Barth <[email protected]>

SVN-Revision: 44636
Steven Barth před 11 roky
rodič
revize
e151d05622

+ 1 - 1
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
 

+ 1 - 1
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"