summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-31 09:56:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-31 16:57:42 +0100
commit8fc598580e0222c022fedec79233b6de2320b0c4 (patch)
treef9e37e28655ecb9f53bd79392bc689b79e9a3555 /meta-poky
parentf24ffc087b4edd3915bc6a5da61d35845499f36d (diff)
downloadpoky-8fc598580e0222c022fedec79233b6de2320b0c4.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig4
1 files 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
937CONFIG_ROUTE=y 937CONFIG_ROUTE=y
938# CONFIG_SLATTACH is not set 938# CONFIG_SLATTACH is not set
939CONFIG_SSL_CLIENT=y 939CONFIG_SSL_CLIENT=y
940CONFIG_TC=y 940# CONFIG_TC is not set
941CONFIG_FEATURE_TC_INGRESS=y 941# CONFIG_FEATURE_TC_INGRESS is not set
942# CONFIG_TCPSVD is not set 942# CONFIG_TCPSVD is not set
943# CONFIG_UDPSVD is not set 943# CONFIG_UDPSVD is not set
944CONFIG_TELNET=y 944CONFIG_TELNET=y