mirror of https://github.com/OpenIPC/firmware.git
Makefile: update buildroot to 2023.02.7 (#1146)
parent
6345097005
commit
253dc2ec16
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
BR_VER = 2023.02.5
|
BR_VER = 2023.02.7
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue