use Buildroot version from building.sh in Makefile

or fall back to 2020.02.12.
pull/371/head
Paul Philippov 2022-08-16 21:11:41 -04:00
parent ec327eb87c
commit 096f36454c
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