[openwrt/openwrt] kernel: Remove unused schedulers

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 8 02:29:42 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/7f1d043b23f6ebf22b345366b430095f2e3ac5db

commit 7f1d043b23f6ebf22b345366b430095f2e3ac5db
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Mar 3 12:34:19 2024 +0100

    kernel: Remove unused schedulers
    
    These schedulers were removed in kernel 5.15.150 and 6.1.180.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit cd450923ab066ce35e8ce55340e66986f14a42d8)
---
 target/linux/generic/config-5.15 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 214a1e6ecd..aaffee3329 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -4133,15 +4133,12 @@ CONFIG_NET_IPGRE_BROADCAST=y
 CONFIG_NET_RX_BUSY_POLL=y
 # CONFIG_NET_SB1000 is not set
 CONFIG_NET_SCHED=y
-# CONFIG_NET_SCH_ATM is not set
 # CONFIG_NET_SCH_CAKE is not set
-# CONFIG_NET_SCH_CBQ is not set
 # CONFIG_NET_SCH_CBS is not set
 # CONFIG_NET_SCH_CHOKE is not set
 # CONFIG_NET_SCH_CODEL is not set
 CONFIG_NET_SCH_DEFAULT=y
 # CONFIG_NET_SCH_DRR is not set
-# CONFIG_NET_SCH_DSMARK is not set
 # CONFIG_NET_SCH_ETF is not set
 # CONFIG_NET_SCH_ETS is not set
 CONFIG_NET_SCH_FIFO=y




More information about the lede-commits mailing list