From 1dfc962efa8f469e325cb119eee36f9e08e94536 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 4 Mar 2024 15:53:43 +0100 Subject: [PATCH] overlay sys-kernel/coreos-modules: remove invalid Kernel configs Remove invalid Kernel configs CONFIG_NET_SCH_CBQ and CONFIG_NET_SCH_DSMARK, to fix build issues like: ``` * ERROR: sys-kernel/coreos-modules-5.10.211::coreos failed (configure phase): * Requested options not enabled in build: * CONFIG_NET_SCH_CBQ * CONFIG_NET_SCH_DSMARK ``` See also https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.211&id=78bac52c290a7fc50607d4a91f828f1823a69824, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.211&id=6e5e93fd51fea74844cb741af15fdc359ea8712e. --- .../sys-kernel/coreos-modules/files/commonconfig-5.10 | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.10 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.10 index 6d8b5d63af..e9cd13082a 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.10 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.10 @@ -576,11 +576,9 @@ CONFIG_NET_KEY=m CONFIG_NET_L3_MASTER_DEV=y # CONFIG_NET_PACKET_ENGINE is not set CONFIG_NET_SCHED=y -CONFIG_NET_SCH_CBQ=m CONFIG_NET_SCH_CHOKE=m CONFIG_NET_SCH_CODEL=m CONFIG_NET_SCH_DRR=m -CONFIG_NET_SCH_DSMARK=m CONFIG_NET_SCH_FQ=m CONFIG_NET_SCH_FQ_CODEL=m CONFIG_NET_SCH_GRED=m