Go to file
Bernd Kuhls 44c221c856 package/busybox: remove tc from default config
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 <bernd@kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-03-24 19:16:25 +01:00
arch
board configs/avenger96_defconfig: bump ATF version to v2.8 LTS 2024-03-24 17:18:35 +01:00
boot boot/ti-k3-r5-loader: bump to version 2024.01 2024-03-19 22:36:25 +01:00
configs configs/avenger96_defconfig: bump ATF version to v2.8 LTS 2024-03-24 17:18:35 +01:00
docs docs/website/news.html: add 2024.02 announcement link 2024-03-05 16:16:25 +01:00
fs
linux {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series 2024-03-24 16:58:07 +01:00
package package/busybox: remove tc from default config 2024-03-24 19:16:25 +01:00
support support/testing: add bitcoin runtime test 2024-03-24 17:56:35 +01:00
system
toolchain {toolchain, linux-headers}: add support for 6.7 headers 2024-03-24 16:55:40 +01:00
utils utils/genrandconfig: fix BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH 2024-03-01 09:13:34 +01:00
.checkpackageignore package/glog: bump to version 0.7.0 2024-03-23 21:34:11 +01:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2024.02 2024-03-05 14:46:21 +01:00
Config.in
Config.in.legacy toolchain: drop codescape mips toolchains 2024-03-17 22:32:25 +01:00
COPYING
DEVELOPERS support/testing: add bitcoin runtime test 2024-03-24 17:56:35 +01:00
Makefile Kickoff 2024.05 cycle 2024-03-05 16:17:28 +01:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches