From 7d304a23e0c623eee4a96e498ac2f6311732397c Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Tue, 16 Aug 2022 13:47:12 +0300 Subject: [PATCH] [skip ci] Rollback BR to 2020.02.12 to investigate libevent timers issue --- Makefile | 2 +- building.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7afa87dc..8b2cbc33 100644 --- a/Makefile +++ b/Makefile @@ -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),) diff --git a/building.sh b/building.sh index 74a0847a..3eb769e5 100755 --- a/building.sh +++ b/building.sh @@ -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