Няма описание

Fabio Estevam c111562706 linux: bump default to version 4.8.11 преди 7 години
arch e5b3fa3ae4 MIPS: rename M6201 core to M6250 преди 7 години
board 1938ad4efa qemu-ppc: fixup wrong startup example, use either -hda or -drive преди 7 години
boot e550e4783a boot-wrapper-aarch64: update upstream repository преди 7 години
configs cbc2fd07b0 configs/imx28evk: Bump to kernel 4.8.8 преди 7 години
docs d082d20a8a docs/manual: fix documentation about BR2_EXTERNAL_<name>_PATH variable преди 7 години
fs fe13efe19d fs/ext2: fix double quoted label преди 7 години
linux c111562706 linux: bump default to version 4.8.11 преди 7 години
package d764abd1b9 linux-headers: bump 4.{4, 8}.x series преди 7 години
support b14b02698e core/br2-external: restore compatibility with old distros преди 7 години
system 0b0434437a system: fix typo преди 7 години
toolchain b2bae3b523 MIPS: rename M5101 core to M5150 преди 7 години
.defconfig 4338a319b7 arch: remove support for sh64 преди 7 години
.gitignore 145508473c update gitignore преди 11 години
CHANGES d4b99ff86c CHANGES: mention quota package update преди 7 години
COPYING d830036cce COPYING: add exception about patch licensing преди 8 години
Config.in e488b56cff Config.in: add BR2_HOST_GCC_AT_LEAST_4_5 преди 7 години
Config.in.legacy c087cbe5c0 legacy: add missing select преди 7 години
DEVELOPERS 2501039e3f DEVELOPERS: remove Gregory Hermant преди 7 години
Makefile 171d4103c5 Makefile: fix distclean removal of $(O) преди 7 години
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED преди 7 години
README b084eb38be README: add reference to submitting-patches преди 8 години

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