aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/gre/Makefile
diff options
context:
space:
mode:
authorAlin Nastac <alin.nastac@gmail.com>2021-02-23 13:05:09 +0100
committerHans Dedecker <dedeckeh@gmail.com>2021-03-13 20:58:55 +0100
commit8a35ebe375d1c27e55dd2cb8c14f25440bc48821 (patch)
treea8a2baf5ddd4282857af28d5362554d5fdc88a42 /package/network/config/gre/Makefile
parent1cd098784eeb0e3ba0d05cd3e71ebf1a106138e9 (diff)
downloadupstream-8a35ebe375d1c27e55dd2cb8c14f25440bc48821.tar.gz
upstream-8a35ebe375d1c27e55dd2cb8c14f25440bc48821.tar.bz2
upstream-8a35ebe375d1c27e55dd2cb8c14f25440bc48821.zip
gre: use alternative way to check if kernel support is enabled
When necessary support is built in kernel, gre protocol support is not enabled in netifd. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
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 b16dd72cde..c920abeb0d 100644
--- a/package/network/config/gre/Makefile
+++ b/package/network/config/gre/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gre
-PKG_RELEASE:=12
+PKG_RELEASE:=13
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk