Go to file
Julien Olivain ffe920b644 configs/wandboard: uboot needs openssl
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6609466641

Signed-off-by: Julien Olivain <ju.o@free.fr>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
2024-05-01 00:01:34 +02:00
.github .github: add a pull request warning that explains the mailing list workflow 2024-04-24 21:50:23 +02:00
arch
board configs/armadeus_apf51: bump Linux version to 5.10.215 2024-04-30 23:34:43 +02:00
boot uboot/uboot: add new dependency to yamllint 2024-04-12 17:48:54 +02:00
configs configs/wandboard: uboot needs openssl 2024-05-01 00:01:34 +02:00
docs
fs
linux {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 8}.x series 2024-04-28 20:12:55 +02:00
package package/openssh: add libxcrypt optional dependency for sshd 2024-04-30 23:00:24 +02:00
support support/testing: TestF2FS: update kernel to 4.19.310 2024-04-30 22:50:12 +02:00
system
toolchain toolchain/external: remove libcrypt from glibc 2024-04-09 23:54:03 +02:00
utils
.checkpackageignore
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES
Config.in
Config.in.legacy package/linux-headers: drop 6.7.x option 2024-04-28 20:12:18 +02:00
COPYING
DEVELOPERS support/testing: add wine runtime test 2024-04-28 20:22:54 +02:00
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 OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches