From 096f36454ce89c1efa0c327afe3dcd3b4235e268 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Tue, 16 Aug 2022 21:11:41 -0400 Subject: [PATCH] use Buildroot version from building.sh in Makefile or fall back to 2020.02.12. --- Makefile | 2 +- building.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b2cbc33..ce3f9cc5 100644 --- a/Makefile +++ b/Makefile @@ -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),) diff --git a/building.sh b/building.sh index a38960ff..dcc9f3a1 100755 --- a/building.sh +++ b/building.sh @@ -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