mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
739acecd1312025d543e0694314142004b962d6d
Changelog - https://github.com/iproute2/iproute2/compare/v6.12.0...v6.13.0 Drop 0001-Fix-implicit-declaration-of-function-htobe64-in-gcc-.patch Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=c8b3ecc22ed0edaf0259eaf7d1a5c04f300ad6e4 Drop 0002-Fix-implicit-declaration-of-function-basename-in-gcc.patch Upstream commit - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=fa3949b792e275f75d7d6200dc2036ef7fff8816 Note: Since commit [1] "package/iproute2: bump to version 6.12.0", iproute2 can fail to build with musl libc with error: iplink.c: In function 'iplink_parse': iplink.c:663:43: error: 'PATH_MAX' undeclared (first use in this function); did you mean 'AF_MAX'? 663 | char path[PATH_MAX]; | ^~~~~~~~ This is fixed with iproute2 commit [2] included in this 6.13.0 version. Fixes: - https://autobuild.buildroot.org/results/029493e02f5c2858fc987ba7a4c8fe53deb27017/ - and many others... [1]4d40998db8[2]7e23da91fcSigned-off-by: Akhilesh Nema <nemaakhilesh@gmail.com> [Julien: add a commit log comment about the fixed build failures] 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 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
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%