Update Makefile (#1015)

pull/1013/head
viktorxda 2023-10-01 08:21:38 +02:00 committed by GitHub
parent fecd7b60a8
commit e3db3d5c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MAX_ROOTFS_SIZE_16M := 8192
MAX_KERNEL_SIZE_NAND := 4096
MAX_ROOTFS_SIZE_NAND := 16384
BR_VER = 2023.02.2
BR_VER = 2023.02.5
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