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/

Adam Duskett 4cb4ab5cf9 sngrep: fix ncurses wchar detection 8 лет назад
arch cc405b4cb3 arch, linux, package: remove whitespaces 8 лет назад
board e3c1c6e41e board/orangepi: add basic support for orangepi-zero board 8 лет назад
boot d704045a14 boot/uboot: bump to version 2017.05 8 лет назад
configs e3c1c6e41e board/orangepi: add basic support for orangepi-zero board 8 лет назад
docs ac187d7e2c docs/website: update for 2017.02.3 8 лет назад
fs 426fd787fa ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS 8 лет назад
linux b0fc65a11b linux: fix name of config variable 8 лет назад
package 4cb4ab5cf9 sngrep: fix ncurses wchar detection 8 лет назад
support ed0ce49537 support/scripts: fix shebang with python 8 лет назад
system fc91501e6b system: do not overwrite /bin/sh Busybox symlink 8 лет назад
toolchain d49b47d165 toolchain/toolchain-common.in: adjust BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for GCC 7 8 лет назад
.defconfig 4338a319b7 arch: remove support for sh64 9 лет назад
.gitignore 145508473c update gitignore 12 лет назад
.gitlab-ci.yml ca4322ac24 .gitlab-ci.yml: sync with latest defconfig additions 8 лет назад
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image 8 лет назад
CHANGES 1ba865a500 Update for 2017.02.3 8 лет назад
COPYING d830036cce COPYING: add exception about patch licensing 10 лет назад
Config.in f165032e4f package: add generic support for lz archives 9 лет назад
Config.in.legacy f66952197b package/gcc: remove gcc 4.8 8 лет назад
DEVELOPERS bb442abdf1 refpolicy: new package 8 лет назад
Makefile 284d4f216c Kickoff 2017.08 cycle 8 лет назад
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 9 лет назад
README b084eb38be README: add reference to submitting-patches 10 лет назад

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 Freenode IRC.

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