6rd: make host dependency more specific

Signed-off-by: Steven Barth <steven@midlink.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44636 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Steven Barth 2015-03-10 08:43:54 +00:00
parent 2f9a22317c
commit 3a2fbeb996
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"