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
https://buildroot.org/

Edgar Bonet 120218981e board/acmesystems/acqua-a5: update device tree for newer kernels пре 10 месеци
.github 38dbdc18a8 .github: add github action to automate PR handling пре 1 година
.gitlab 6a1e297a31 gitlab: fix issue template пре 10 месеци
arch d75e29c9b2 arch/arm: add support for FDPIC пре 10 месеци
board 120218981e board/acmesystems/acqua-a5: update device tree for newer kernels пре 9 месеци
boot 06a1cf4854 boot/ti-k3-r5-loader: bump to v2024.10 пре 9 месеци
configs e4005d9971 configs/ti_am62ax_sk_defconfig: add linux-headers version пре 9 месеци
docs b07ee5e41c docs/website: fix the link to the mailman archives пре 9 месеци
fs 9fb9d71bfc fs/tar: use appropriate TAR пре 1 година
linux cb4f11a696 linux: handle empty BR2_LINUX_KERNEL_IMAGE_TARGET_NAME situation пре 9 месеци
package 2de79d7065 package/qt6/qt6base: remove -DFEATURE_concurrent=OFF from uncondtional options пре 9 месеци
support 04c91340ff support/testing: add unbound runtime test пре 9 месеци
system c1daa35cd9 package/tinyinit: new package пре 10 месеци
toolchain 8142ae5c2a {toolchain, linux-headers}: add support for 6.11 headers пре 9 месеци
utils b07d21ab98 utils/genrandconfig: handle BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y пре 9 месеци
.b4-config 322213e131 .b4-config: configure `b4` for Buildroot пре 1 година
.checkpackageignore 01177dcc81 package/chrony: rewrite start script пре 9 месеци
.clang-format 8fddaf36ed .clang-format: initial import from Linux 5.15.6 пре 3 година
.defconfig 4338a319b7 arch: remove support for sh64 пре 9 година
.editorconfig 85736a27c8 editorconfig: leave patch files alone wrt trainling spaces пре 1 година
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" пре 4 година
.gitignore ea3c465304 gitignore: ignore multiple output directories пре 1 година
.gitlab-ci.yml e0166ecba0 support/misc/gitlab-ci.yml.in: retry a job only if it failed due to a runner issue пре 1 година
.shellcheckrc eaa1a43ab7 utils/check-package: improve shellcheck reproducibility пре 3 година
CHANGES 933af5280a Update for 2024.02.7 пре 9 месеци
COPYING d830036cce COPYING: add exception about patch licensing пре 9 година
Config.in 7d0707cae4 package: add support for extracting zstd archives пре 1 година
Config.in.legacy a3152a20f6 package/procps-ng: fix typos in config option and help text пре 9 месеци
DEVELOPERS 0f34e78818 package/tailscale: new package пре 9 месеци
Makefile a87abcf6da Makefile: run PPD and RPATH fixup in host-fialize пре 11 месеци
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED пре 8 година
README fe3cb7978a docs: move the IRC channel away from Freenode пре 4 година

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