diff options
| author | Hauke Mehrtens | 2024-03-03 11:34:19 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-03-07 19:45:49 +0000 |
| commit | f60a5f2dd36a59a36e11b711ce950877e8dbed40 (patch) | |
| tree | 113e0bc1a4b2aa4af49b530f012d9f202b6d7736 | |
| parent | a352312f0dd3dec317ad1ef294523c91db9f232a (diff) | |
| download | openwrt-f60a5f2dd36a59a36e11b711ce950877e8dbed40.tar.gz | |
kernel: Remove unused schedulers
These schedulers were removed in kernel 5.15.150 and 6.1.180.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit cd450923ab066ce35e8ce55340e66986f14a42d8)
| -rw-r--r-- | target/linux/generic/config-5.10 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index e179915004..c9a49cd1e0 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -3931,15 +3931,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 |