use Buildroot version from building.sh in Makefile (#371)

or fall back to 2020.02.12.
pull/373/head
Paul Philippov 2022-08-17 01:37:55 -04:00 committed by GitHub
parent ec327eb87c
commit fa073f16a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ROOT_DIR := $(CURDIR)
BR_VER := 2020.02.12
BR_VER ?= 2020.02.12
BR_DIR := $(ROOT_DIR)/buildroot-$(BR_VER)
ifeq ($(PLATFORM),)

View File

@ -7,7 +7,7 @@
# Constants
#
BR_VER=2020.02.12
export BR_VER=2020.02.12
MAX_KERNEL_SIZE=0x200000 # 2MiB, 2097152
MAX_KERNEL_SIZE_ULTIMATE=0x300000 # 3MiB, 3145728