From 8fc598580e0222c022fedec79233b6de2320b0c4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 31 May 2024 09:56:26 +0100 Subject: [PATCH] busybox: Disable CONFIG_TC for poky-tiny It fails to build with 6.8 kernel headers onwards and is disabled in our standard builds so match those. (From meta-yocto rev: f1d9f4d8d6f6d0c1937f690ed184b4334ab7c1fe) Signed-off-by: Richard Purdie --- meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig index 6e9faa4119..16c1907ae8 100644 --- a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig +++ b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig @@ -937,8 +937,8 @@ CONFIG_FEATURE_FANCY_PING=y CONFIG_ROUTE=y # CONFIG_SLATTACH is not set CONFIG_SSL_CLIENT=y -CONFIG_TC=y -CONFIG_FEATURE_TC_INGRESS=y +# CONFIG_TC is not set +# CONFIG_FEATURE_TC_INGRESS is not set # CONFIG_TCPSVD is not set # CONFIG_UDPSVD is not set CONFIG_TELNET=y