6in4: make host dependency more specific

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

SVN-Revision: 44635
This commit is contained in:
Steven Barth 2015-03-10 08:43:40 +00:00
parent a7f198b12c
commit 853a1d4baf
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=6in4 PKG_NAME:=6in4
PKG_VERSION:=20 PKG_VERSION:=21
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0

View file

@ -36,7 +36,7 @@ proto_6in4_setup() {
return return
} }
( proto_add_host_dependency "$cfg" 0.0.0.0 ) ( proto_add_host_dependency "$cfg" "$peeraddr" )
[ -z "$ipaddr" ] && { [ -z "$ipaddr" ] && {
local wanif local wanif