From d15d952f25244fc2de580d91c3d1740f9c1ebecb 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-6.1.80::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=v6.1.80&id=02149c7cd115d3c82d20f758be4c9013d1128928, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.80&id=a41f6e170b852d2c68fc76012c49ec3332b0edcc. --- .../sys-kernel/coreos-modules/files/commonconfig-6.1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 index 2fe99f542c..c3080eb4c5 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.1 @@ -592,11 +592,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