Makefile: update buildroot version

pull/1680/head
viktorxda 2025-01-24 10:18:55 +01:00
parent 0206c2bbca
commit 102d00c88e
1 changed files with 2 additions and 2 deletions

View File

@ -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-,,$@)