aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/netsupport.mk
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-03-11 10:42:26 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-27 18:58:01 +0200
commit36bf158b47b6b013fb3f68aa4e2bf2ffc90bb9b0 (patch)
tree0f195580c2435313e3b432b8b2205039b98e2267 /package/kernel/linux/modules/netsupport.mk
parent999cb9574fde9ca42417ab535e99007388cee84a (diff)
downloadupstream-36bf158b47b6b013fb3f68aa4e2bf2ffc90bb9b0.tar.gz
upstream-36bf158b47b6b013fb3f68aa4e2bf2ffc90bb9b0.tar.bz2
upstream-36bf158b47b6b013fb3f68aa4e2bf2ffc90bb9b0.zip
kernel: tcindex classifier has been retired
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/net/sched?h=v5.10.173&id=18c3fa7a7fdbb4d21dafc8a7710ae2c1680930f6 Signed-off-by: John Audia <therealgraysky@proton.me> (cherry picked from commit fbfec3286e8bfce3a78749b7bcb67e658665f197)
Diffstat (limited to 'package/kernel/linux/modules/netsupport.mk')
-rw-r--r--package/kernel/linux/modules/netsupport.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index 975a9f547c..526bd57246 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -690,7 +690,7 @@ endef
$(eval $(call KernelPackage,mppe))
-SCHED_MODULES_CORE = sch_ingress sch_hfsc sch_htb sch_tbf cls_basic cls_fw cls_route cls_flow cls_tcindex cls_u32 em_u32 act_gact act_mirred act_skbedit cls_matchall
+SCHED_MODULES_CORE = sch_ingress sch_hfsc sch_htb sch_tbf cls_basic cls_fw cls_route cls_flow cls_u32 em_u32 act_gact act_mirred act_skbedit cls_matchall
SCHED_FILES_CORE = $(foreach mod,$(SCHED_MODULES_CORE),$(LINUX_DIR)/net/sched/$(mod).ko)
define KernelPackage/sched-core
@@ -708,7 +708,6 @@ define KernelPackage/sched-core
CONFIG_NET_CLS_FLOW \
CONFIG_NET_CLS_FW \
CONFIG_NET_CLS_ROUTE4 \
- CONFIG_NET_CLS_TCINDEX \
CONFIG_NET_CLS_U32 \
CONFIG_NET_ACT_GACT \
CONFIG_NET_ACT_MIRRED \