Skip to content

Commit

Permalink
package/busybox: remove tc from default config
Browse files Browse the repository at this point in the history
Busybox tc fails to build with kernel >= 6.8
For details see https://bugs.busybox.net/show_bug.cgi?id=15934

In addition, tc is a very rarely used tool, so not something that you
expect to be available in busybox by default.

Therefore, remove it from the default config.

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
  • Loading branch information
bkuhls authored and pcercuei committed Apr 3, 2024
1 parent 9399e91 commit c2eda85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package/busybox/busybox-minimal.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions package/busybox/busybox.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2eda85

Please sign in to comment.