From a7e5f1f9031b96a5c1aeeaf89b1668406952f4d4 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 25 Sep 2023 10:24:15 +0200 Subject: [PATCH] overlay sys-kernel/coreos-modules: delete configs CONFIG_NET_CLS_RSVP* Build fails in >= 6.1.55 like below, because upstream stable Kernels deleted the Kernel configs CONFIG_NET_CLS_RSVP*. ``` * ERROR: sys-kernel/coreos-modules-6.1.55::coreos failed (configure phase): * Requested options not enabled in build: * CONFIG_NET_CLS_RSVP * CONFIG_NET_CLS_RSVP6 ``` Fix that by deleting the Kernel configs. --- .../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 961add0da3..24c15dc8a4 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 @@ -573,8 +573,6 @@ CONFIG_NET_CLS_CGROUP=m CONFIG_NET_CLS_FLOW=m CONFIG_NET_CLS_FW=m CONFIG_NET_CLS_ROUTE4=m -CONFIG_NET_CLS_RSVP=m -CONFIG_NET_CLS_RSVP6=m CONFIG_NET_CLS_U32=m CONFIG_NET_EMATCH=y CONFIG_NET_EMATCH_CMP=m