mirror of https://github.com/OpenIPC/firmware.git
[skip ci] Rollback BR to 2020.02.12 to investigate libevent timers issue
parent
229e8400e6
commit
7d304a23e0
2
Makefile
2
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),)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue