mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
97c434f731c765a446d24fc94682dfd1fb2024ca
0.5.11: https://sourceforge.net/p/c-icap/mailman/message/38634903/ 0.5.12: https://sourceforge.net/p/c-icap/mailman/message/58723532/ 0.5.13: https://github.com/c-icap/c-icap-server/compare/C_ICAP_0.5.12...C_ICAP_0.5.13 (no announcement found) 0.5.14: https://sourceforge.net/p/c-icap/mailman/message/59202148/ Rebased patch 0001 due to upstream commit1559d1662aRebased patch 0003 due to upstream commitb650bfdd4aRemoved patch 0004 which is included in this release:16cdaa505dRenamed patches 0005 & 0006. Disabled zstd support added upstream with commit1559d1662adue to build errors when enabled: encode.c: In function 'ci_compress_to_membuf': encode.c:75:16: error: implicit declaration of function 'ci_zstd_compress_to_membuf'; did you mean 'ci_decompress_to_membuf'? [-Wimplicit-function-declaration] Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
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%