aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/gre/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-08-05 10:00:25 +0000
committerSteven Barth <steven@midlink.org>2014-08-05 10:00:25 +0000
commitc1f7f1313245f106e2d60f719a1741864a5e1a0f (patch)
tree383fdebccb0e3c7645c7a821436527de53955934 /package/network/config/gre/Makefile
parenta60f86878631656e5e3e80fc09879ec1b11299e5 (diff)
downloadupstream-c1f7f1313245f106e2d60f719a1741864a5e1a0f.tar.gz
upstream-c1f7f1313245f106e2d60f719a1741864a5e1a0f.tar.bz2
upstream-c1f7f1313245f106e2d60f719a1741864a5e1a0f.zip
gre: Change hostdependcy to remote endpoint tunnel address
Depend on the GRE tunnel peeraddr to trigger setup of the tunnel interface. Addresses the issue reported in https://lists.openwrt.org/pipermail/openwrt-devel/2014-August/027201.html Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41999 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/gre/Makefile')
-rw-r--r--package/network/config/gre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/gre/Makefile b/package/network/config/gre/Makefile
index efca4643d5..9f5135e5a5 100644
--- a/package/network/config/gre/Makefile
+++ b/package/network/config/gre/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gre
PKG_VERSION:=1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk