90251cda02
[Thomas: - make libpam-radius-auth depend on linux-pam (since it's a linux-pam plugin, it needs some header files from linux-pam) by adding a "if BR2_PACKAGE_LINUX_PAM...endif" block in package/Config.in. This way, we will be grouping all the Linux PAM plugins together. - Fix the indententation in the Config.in file. - Use a better Config.in help text, copy/pasted from the website. - Use a tarball instead of github. This allows to remove AUTORECONF=YES. - Add linux-pam as a dependency. - Use $(TARGET_CONFIGURE_OPTS) instead of passing just CC/LD, but pass it in the environment rather than as options so that the CFLAGS/LDFLAGS added by the package Makefile are still taken into account. - Use mkdir -p + cp -dpfr instead of $(INSTALL) -D since we are copying multiple files. - Add a hash file.] Signed-off-by: Giovanni Zantedeschi <giovanni.zantedeschi@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
.defconfig | ||
.gitignore | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
Makefile | ||
Makefile.legacy | ||
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.