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/

Gustavo Zacarias 05e8793225 linux-headers: bump 3.{10, 12, 14}.x and 4.1.x series преди 10 години
arch 3720e28d15 ARC: allow selection of MMU page size преди 10 години
board 1f640a4e7a zedboard: Switch to U-Boot 2015.07 преди 10 години
boot 8f609ed603 grub2: build El Torito image only for i386 PC platform преди 10 години
configs 00e3e44493 configs/riotboard: bump kernel to version 4.1.3 преди 10 години
docs f8d281d816 docs/manual: Modify GitHub FOO_SITE explanation преди 10 години
fs 8fb2b4c9da fs/iso9660: install Isolinux comboot modules преди 10 години
linux c95dc64c29 package/linux: trash stderr in LINUX_VERSION_PROBED преди 10 години
package 05e8793225 linux-headers: bump 3.{10, 12, 14}.x and 4.1.x series преди 10 години
support 9d0d4c3cd2 docs/manual: fix generation of deprecated list преди 10 години
system 7a6b83a211 skeleton: New package преди 10 години
toolchain b62cb78d6f toolchain-external wrapper: don't pass march/mcpu if mtune is on cmdline преди 10 години
.defconfig a46007daa7 arch: kill avr32 преди 10 години
.gitignore 145508473c update gitignore преди 12 години
CHANGES 439296501d CHANGES: add release note for the permissions преди 10 години
COPYING 1aeaae4990 clarify license and fix website license link преди 16 години
Config.in 3318a5a798 core: fix download menu преди 10 години
Config.in.legacy 967a4e9a20 package/kodi-pvr-wmc: new package преди 10 години
Makefile 2e32330c4a Makefile: unexport O преди 10 години
Makefile.legacy af97c94b70 Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIG преди 11 години
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.