From 102d00c88e6b16f6f4b373061f490e9557a5ba52 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:18:55 +0100 Subject: [PATCH] Makefile: update buildroot version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ac5943c..17b06443 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BR_VER = 2024.02.6 +BR_VER = 2024.02.10 BR_MAKE = $(MAKE) -C $(TARGET)/buildroot-$(BR_VER) BR2_EXTERNAL=$(PWD)/general O=$(TARGET) BR_LINK = https://github.com/buildroot/buildroot/archive BR_FILE = /tmp/buildroot-$(BR_VER).tar.gz @@ -23,7 +23,7 @@ endif all: build repack timer build: defconfig - @$(BR_MAKE) all + @$(BR_MAKE) all -j$(shell nproc) br-%: defconfig @$(BR_MAKE) $(subst br-,,$@)