Makefile: update buildroot to 2023.02.7 (#1146)

This commit is contained in:
viktorxda
2023-11-16 13:13:58 +01:00
committed by GitHub
parent 6345097005
commit 253dc2ec16

View File

@@ -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_LINK = https://github.com/buildroot/buildroot/archive
BR_FILE = /tmp/buildroot-$(BR_VER).tar.gz