Ingen beskrivning

Thomas Petazzoni 423e1381b4 configs/armadeus_apf9328_defconfig: remove RPC option 7 år sedan
arch cc405b4cb3 arch, linux, package: remove whitespaces 7 år sedan
board c383e8fc8b board/stmicroelectronics/stm32f469-disco: remove OpenOCD patches 7 år sedan
boot b7f095920a uboot: fix target uboot defconfig warning 7 år sedan
configs 423e1381b4 configs/armadeus_apf9328_defconfig: remove RPC option 7 år sedan
docs 2fb8f97258 docs/website: update for 2017.02.2 7 år sedan
fs 426fd787fa ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS 7 år sedan
linux 2019457292 linux: bump default to version 4.11 7 år sedan
package be3645a58a package/libubox: fix lua module install path 7 år sedan
support e73cf8a228 genimage.sh: fix calling from BR2_ROOTFS_POST_IMAGE_SCRIPT 7 år sedan
system fc91501e6b system: do not overwrite /bin/sh Busybox symlink 7 år sedan
toolchain a381d85505 toolchain: add 4.11.x choice for headers 7 år sedan
.defconfig 4338a319b7 arch: remove support for sh64 7 år sedan
.gitignore 145508473c update gitignore 11 år sedan
.gitlab-ci.yml 6520c06e5b .gitlab-ci.yml: sync with latest defconfig additions 7 år sedan
.gitlab-ci.yml.in 512a083094 gitlab-ci: add gcc-multilib to the docker image 7 år sedan
CHANGES 87ddf24d2a Update for 2017.02.2 7 år sedan
COPYING d830036cce COPYING: add exception about patch licensing 8 år sedan
Config.in f165032e4f package: add generic support for lz archives 7 år sedan
Config.in.legacy d999a7f249 package/nodejs: remove support for coffeescript 7 år sedan
DEVELOPERS e88995f065 lua-resty-http: new package 7 år sedan
Makefile 75fcebb7a3 core: add rule to dump packages' build order 7 år sedan
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 7 år sedan
README b084eb38be README: add reference to submitting-patches 8 år sedan

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