[Buildroot] [PATCH 2/5] package/busybox: disable tc to fix build with kernel >= 6.8

Arnout Vandecappelle arnout at mind.be
Sun Mar 24 18:19:40 UTC 2024



On 16/03/2024 09:43, Bernd Kuhls wrote:
> For details see https://bugs.busybox.net/show_bug.cgi?id=15934
> 
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>

  As mentioned, patches 2, 3 and 4 are applied to master now as well. Thanks!

  Regards,
  Arnout

> ---
>   package/busybox/busybox-minimal.config | 3 +--
>   package/busybox/busybox.config         | 3 +--
>   2 files changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/package/busybox/busybox-minimal.config b/package/busybox/busybox-minimal.config
> index 1e7ad1d357..5d2a30806a 100644
> --- a/package/busybox/busybox-minimal.config
> +++ b/package/busybox/busybox-minimal.config
> @@ -955,8 +955,7 @@ CONFIG_PING=y
>   CONFIG_ROUTE=y
>   # CONFIG_SLATTACH is not set
>   # CONFIG_SSL_CLIENT is not set
> -CONFIG_TC=y
> -CONFIG_FEATURE_TC_INGRESS=y
> +# CONFIG_TC is not set
>   # CONFIG_TCPSVD is not set
>   # CONFIG_UDPSVD is not set
>   CONFIG_TELNET=y
> diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config
> index 6e8bd2799d..cfd16172fa 100644
> --- a/package/busybox/busybox.config
> +++ b/package/busybox/busybox.config
> @@ -968,8 +968,7 @@ CONFIG_FEATURE_FANCY_PING=y
>   CONFIG_ROUTE=y
>   # CONFIG_SLATTACH is not set
>   # CONFIG_SSL_CLIENT is not set
> -CONFIG_TC=y
> -CONFIG_FEATURE_TC_INGRESS=y
> +# CONFIG_TC is not set
>   # CONFIG_TCPSVD is not set
>   # CONFIG_UDPSVD is not set
>   CONFIG_TELNET=y



More information about the buildroot mailing list