From bc0acb9db9548ac6f330de78b8dc17c966716d8d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 5 Aug 2014 09:57:55 +0000 Subject: 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 SVN-Revision: 41998 --- package/network/config/gre/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/gre/Makefile') diff --git a/package/network/config/gre/Makefile b/package/network/config/gre/Makefile index efca464..9f5135e 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 -- cgit v1.1