aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/gre/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-09-29 18:00:02 +0000
committerSteven Barth <cyrus@openwrt.org>2014-09-29 18:00:02 +0000
commit6e2262898f1ce420be6156e806f3e4854209ac7e (patch)
treef4121c114d409951c6f897665384db043425b438 /package/network/config/gre/Makefile
parent30912c5d815e4c595f75e683212d25cbaee351ed (diff)
downloadupstream-6e2262898f1ce420be6156e806f3e4854209ac7e.tar.gz
upstream-6e2262898f1ce420be6156e806f3e4854209ac7e.tar.bz2
upstream-6e2262898f1ce420be6156e806f3e4854209ac7e.zip
GRE: Tos support
Tos support is added as a generic grev4/grev6 parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 42700
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 9f5135e5a5..9c5c13f169 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:=2
+PKG_RELEASE:=3
include $(INCLUDE_DIR)/package.mk