mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
bdffdcfdac3e8f7f99556765ef0226a8bb10c506
Update FRR to the latest stable version (10.3, see [1]). A new package option `BR2_PACKAGE_FRR_BFD` to enable or disable the compilation of the BFD daemon. This one has now a dependencies with the kernel headers 4.10 (i.e. IPV6_SRCRT_TYPE_4 from linux/ipv6.h [2]). The configure options have been updated accordingly: - Versions of FRR before 9.2 used `sysconfdir` and `localstatedir` as-is, without appending `/frr`. The `/frr` suffix had to be passed explicitly to `./configure`, which did not align with standard conventions. This behavior has since been fixed upstream [3]. As `sysconfdir` and `localstatedir` are already set by `pkg-autotools.mk`, they can now be removed from `frr.mk`. - The `--enable-shell-access` option has been removed as of FRR 10 [4]. [1] https://frrouting.org/release/10.3/ [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1ababeba4a21f [3] https://github.com/FRRouting/frr/commit/ff62df2e4484 [4] https://github.com/FRRouting/frr/commit/afb034b0bb42 Fixes: https://www.cve.org/CVERecord?id=CVE-2024-55553 Signed-off-by: Maxime Leroy <maxime@leroys.fr> 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%