From d5a38725f84f52618a7c4cb17e8bfac40a17854a Mon Sep 17 00:00:00 2001 From: Andrew Cameron Date: Sat, 29 Jun 2019 21:45:09 -0500 Subject: 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 Signed-off-by: Christian Lamparter [add <> for e-mail] --- target/linux/ath79/image/generic-tp-link.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ath79/image') diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index ec250a5404..f0d0a5cd07 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -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 -- cgit v1.2.3