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