aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2020-06-29 22:07:19 -0700
committerHans Dedecker <dedeckeh@gmail.com>2020-07-14 22:00:43 +0200
commite89a7d72a5b0d91266c55eb330e236b0d2a4a4b0 (patch)
treeccabca05d86b990bb5a7341e643fad9dfe443f22 /package/network/utils/iproute2/Makefile
parent9852104c7111c51a20466ae380d29631db6c01f3 (diff)
downloadupstream-e89a7d72a5b0d91266c55eb330e236b0d2a4a4b0.tar.gz
upstream-e89a7d72a5b0d91266c55eb330e236b0d2a4a4b0.tar.bz2
upstream-e89a7d72a5b0d91266c55eb330e236b0d2a4a4b0.zip
iproute2: tc: fix missing em_ipset module
Feature detection doesn't recognize ipset v7 use on kernel v5.x systems and thus disables the tc ematch function em_ipset. - backport patch: * 002-configure-support-ipset-v7.patch: 650591a7a70c configure: support ipset version 7 with kernel version 5 Fixes: 4e0c54bc5bc8 ("kernel: add support for kernel 5.4") Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r--package/network/utils/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index a29b26f817..56294430be 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
PKG_VERSION:=5.7.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2