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

@@ -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>;
};
};