Merge branch 'master' into keep_br_ver_in_one_place

pull/372/head
Dmitry Ilyin 2022-08-17 09:44:48 +03:00 committed by GitHub
commit 55b6b372eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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