summaryrefslogtreecommitdiff
path: root/package/network/config/gre/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-08-05 09:57:55 +0000
committerSteven Barth <cyrus@openwrt.org>2014-08-05 09:57:55 +0000
commitbc0acb9db9548ac6f330de78b8dc17c966716d8d (patch)
treeced3a1c9c5ae63b6b7fca2534aba5255fd86484e /package/network/config/gre/Makefile
parent30ec58a2176f579c45b9dce8a2584546aff3fcf5 (diff)
downloadmtk-20170518-bc0acb9db9548ac6f330de78b8dc17c966716d8d.zip
mtk-20170518-bc0acb9db9548ac6f330de78b8dc17c966716d8d.tar.gz
mtk-20170518-bc0acb9db9548ac6f330de78b8dc17c966716d8d.tar.bz2
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> SVN-Revision: 41998
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 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