Update buildroot to 2024.11

- binutils bumped to 2.42
This commit is contained in:
Jordan Carlin 2025-01-03 21:52:48 -08:00
parent cbf9e74a07
commit 32926cfabc
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,7 @@ download: $(BUILDROOT)
$(BUILDROOT):
git clone https://github.com/buildroot/buildroot.git $@
cd $@; git checkout 2024.05.x
cd $@; git checkout 2024.11.x
# ---------------------------------------------------------------------

View File

@ -4,6 +4,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
BR2_BACKUP_SITE="http://sources.buildroot.net"
BR2_GNU_MIRROR="http://ftpmirror.gnu.org"
BR2_ENABLE_DEBUG=y
BR2_DEBUG_3=y
# BR2_STRIP_strip is not set