diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts | 6 | ||||
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts b/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts index 5b7c32c6b7..8a78dc4fa4 100644 --- a/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts +++ b/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts @@ -94,12 +94,12 @@ partition@0 { label = "kernel"; - reg = <0x000000 0x1c0000>; + reg = <0x000000 0x200000>; }; - partition@1c0000 { + partition@200000 { label = "rootfs"; - reg = <0x1c0000 0x5c0000>; + reg = <0x200000 0x580000>; }; }; 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 |