mirror of https://github.com/OpenIPC/firmware.git
Makefile: update buildroot version
parent
0206c2bbca
commit
102d00c88e
4
Makefile
4
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_MAKE = $(MAKE) -C $(TARGET)/buildroot-$(BR_VER) BR2_EXTERNAL=$(PWD)/general O=$(TARGET)
|
||||||
BR_LINK = https://github.com/buildroot/buildroot/archive
|
BR_LINK = https://github.com/buildroot/buildroot/archive
|
||||||
BR_FILE = /tmp/buildroot-$(BR_VER).tar.gz
|
BR_FILE = /tmp/buildroot-$(BR_VER).tar.gz
|
||||||
|
@ -23,7 +23,7 @@ endif
|
||||||
all: build repack timer
|
all: build repack timer
|
||||||
|
|
||||||
build: defconfig
|
build: defconfig
|
||||||
@$(BR_MAKE) all
|
@$(BR_MAKE) all -j$(shell nproc)
|
||||||
|
|
||||||
br-%: defconfig
|
br-%: defconfig
|
||||||
@$(BR_MAKE) $(subst br-,,$@)
|
@$(BR_MAKE) $(subst br-,,$@)
|
||||||
|
|
Loading…
Reference in New Issue