mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
952d2c4fd9a4d8f3bcc46a54a67dda3abb60ce1d
Using this defconfig BR2_x86_64=y BR2_TOOLCHAIN_EXTERNAL=y BR2_PER_PACKAGE_DIRECTORIES=y BR2_PACKAGE_STRONGSWAN=y BR2_PACKAGE_STRONGSWAN_WOLFSSL=y applied after 'git reset10a70b1af6--hard' replicates the build error http://autobuild.buildroot.net/results/278b3f74c48c858ae368d59069752adb69c05246 which was fixed in 2024 by89d512729cNote: The git tree was reset to the commit right before the fix. Instead of using the fix mentioned above the build error is also fixed when the buildroot commit6c18375434is cherry-picked onto10a70b1af6. This means the build error mentioned above is really fixed by enabling BR2_PACKAGE_WOLFSSL_ALL. Therefore we can remove the content of commit89d512729c. This commit also prevents a build error in strongswan wolfssl_rsa_private_key.c: In function 'create_empty': wolfssl_rsa_private_key.c:450:18: error: 'RsaKey' has no member named 'rng' 450 | this->rsa.rng = &this->rng; caused by the upcoming bump of wolfSSL from 5.7.2 to 5.9.1 due to upstream commitcd88a8ae88which was first included in wolfSSL 5.9.0. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit5d6378db9d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
…
…
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 https://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
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%