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/

Peter Korsgaard 174b846902 ntfs-3g: uses dlopen(), not available on static builds 10 年之前
arch 083ec2df6c arch/Config.in.xtensa: provide BR2_ENDIAN symbol 10 年之前
board 731b2257fe board: add support for VIA VAB-820/AMOS-820 10 年之前
boot 16b8e813c8 boot/uboot: remove deprecated network settings option 10 年之前
configs cddaae8229 Merge branch 'next' 10 年之前
docs cddaae8229 Merge branch 'next' 10 年之前
fs e3904a890d fs/jffs2: Fix mkfs.jffs2 --pagesize parameter usage 10 年之前
linux cddaae8229 Merge branch 'next' 10 年之前
package 174b846902 ntfs-3g: uses dlopen(), not available on static builds 10 年之前
support ef92d32f19 support/download: relocate the git clone comment 10 年之前
system b7c6e6c1c1 system: drop IPv6 depend for systemd 10 年之前
toolchain 808c3fb8d2 toolchain/external: better report RPC error for custom toolchains 10 年之前
.defconfig a46007daa7 arch: kill avr32 11 年之前
.gitignore 145508473c update gitignore 12 年之前
CHANGES 6d73615f0c Update for 2015.05 10 年之前
COPYING 1aeaae4990 clarify license and fix website license link 16 年之前
Config.in e7b8f43410 Config.in: remove BR2_DEPRECATED_SINCE_2014_05 10 年之前
Config.in.legacy 16b8e813c8 boot/uboot: remove deprecated network settings option 10 年之前
Makefile 841d3ac7e0 Kickoff 2015.08 cycle 10 年之前
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG 12 年之前
README 33bb2822cd README: mention 'make list-defconfigs' 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.