ath79: ASUS RP-AC66 use flash till the end
This makes available the additional space, which was occupied by OEM's jffs2 partition before: "0x000000f80000-0x000001000000 : jffs2" Reverting to the OEM firmware will also recover this partition, i.e. it is not needed and can be used by OpenWrt. Signed-off-by: Tamas Balogh <tamasbalogh@hotmail.com>
This commit is contained in:
parent
8fde82095b
commit
b21bc3479d
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@
|
||||||
partition@60000 {
|
partition@60000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "denx,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x060000 0xf20000>;
|
reg = <0x060000 0xfa0000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -334,7 +334,7 @@ define Device/asus_rp-ac66
|
||||||
SOC := qca9563
|
SOC := qca9563
|
||||||
DEVICE_VENDOR := ASUS
|
DEVICE_VENDOR := ASUS
|
||||||
DEVICE_MODEL := RP-AC66
|
DEVICE_MODEL := RP-AC66
|
||||||
IMAGE_SIZE := 15488k
|
IMAGE_SIZE := 16000k
|
||||||
IMAGES += factory.bin
|
IMAGES += factory.bin
|
||||||
IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
|
||||||
append-rootfs | pad-rootfs
|
append-rootfs | pad-rootfs
|
||||||
|
|
Loading…
Reference in a new issue