[openwrt/openwrt] kernel: Remove dsmark support

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 7 11:49:55 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/d7e5cab0265c90beb5cf4ee60eae4fa9677d92ba

commit d7e5cab0265c90beb5cf4ee60eae4fa9677d92ba
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Sun Mar 3 09:49:03 2024 -0500

    kernel: Remove dsmark support
    
    dsmark support was removed in kernel 5.15.150 and 6.1.80. Remove it from
    the kmod package as well
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    (cherry picked from commit bd6b37f463d0530b887e052860207448c82d6ee2)
---
 package/kernel/linux/modules/netsupport.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index ffcb5b4843..b105d346d2 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -979,7 +979,7 @@ endef
 $(eval $(call KernelPackage,bpf-test))
 
 
-SCHED_MODULES_EXTRA = sch_codel sch_dsmark sch_gred sch_multiq sch_sfq sch_teql sch_fq act_pedit act_simple act_csum em_cmp em_nbyte em_meta em_text
+SCHED_MODULES_EXTRA = sch_codel sch_gred sch_multiq sch_sfq sch_teql sch_fq act_pedit act_simple act_csum em_cmp em_nbyte em_meta em_text
 SCHED_FILES_EXTRA = $(foreach mod,$(SCHED_MODULES_EXTRA),$(LINUX_DIR)/net/sched/$(mod).ko)
 
 define KernelPackage/sched
@@ -988,7 +988,6 @@ define KernelPackage/sched
   DEPENDS:=+kmod-sched-core +kmod-lib-crc32c +kmod-lib-textsearch
   KCONFIG:= \
 	CONFIG_NET_SCH_CODEL \
-	CONFIG_NET_SCH_DSMARK \
 	CONFIG_NET_SCH_GRED \
 	CONFIG_NET_SCH_MULTIQ \
 	CONFIG_NET_SCH_SFQ \




More information about the lede-commits mailing list