Buildroot rollback 2020.02.12 (#361)

* Set internal release versions more flexible

* [skip ci] Rollback BR to 2020.02.12 to investigate libevent timers issue
pull/363/head
Dmitry Ilyin 2022-08-16 13:48:15 +03:00 committed by GitHub
parent bada70776c
commit 67e21cea55
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 := 2021.02.12
BR_VER := 2020.02.12
BR_DIR := $(ROOT_DIR)/buildroot-$(BR_VER)
ifeq ($(PLATFORM),)

View File

@ -3,7 +3,7 @@
# OpenIPC.org (c)
#
BR_VER=2021.02.12
BR_VER=2020.02.12
MAX_KERNEL_SIZE=0x200000 # 2MiB, 2097152
MAX_KERNEL_SIZE_ULTIMATE=0x300000 # 3MiB, 3145728