From 32926cfabce574d3a1965ec8bbdebc8031db9c33 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 3 Jan 2025 21:52:48 -0800 Subject: [PATCH] Update buildroot to 2024.11 - binutils bumped to 2.42 --- linux/Makefile | 2 +- linux/br2-external-tree/configs/wally_defconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index f41093f22..8be547ec5 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -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 # --------------------------------------------------------------------- diff --git a/linux/br2-external-tree/configs/wally_defconfig b/linux/br2-external-tree/configs/wally_defconfig index 9f1073b71..d2974dabc 100644 --- a/linux/br2-external-tree/configs/wally_defconfig +++ b/linux/br2-external-tree/configs/wally_defconfig @@ -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