ath79: increase kernel partition size for CPE610v1

Increase the Kernel partition to address the issue discussed here
https://forum.openwrt.org/t/cpe610-v1-sysupgrade-bin-missing-too-big/39637/5
Switch Back to the okli Loader to support increased partition size

Signed-off-by: Andrew Cameron <apcameron@softhome.net>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [add <> for e-mail]
This commit is contained in:
Andrew Cameron
2019-06-29 21:45:09 -05:00
committed by Christian Lamparter
parent a9deed62af
commit d5a38725f8
3 changed files with 9 additions and 6 deletions

View File

@@ -167,7 +167,10 @@ define Device/tplink_cpe610-v1
DEVICE_VARIANT := v1
TPLINK_BOARD_ID := CPE610V1
LOADER_TYPE := elf
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel
LOADER_FLASH_OFFS := 0x43000
COMPILE := loader-$(1).elf
COMPILE/loader-$(1).elf := loader-okli-compile
KERNEL := kernel-bin | append-dtb | lzma | uImage lzma -M 0x4f4b4c49 | loader-okli $(1) 12288
endef
TARGET_DEVICES += tplink_cpe610-v1