forked from Ivasoft/openwrt
ar71xx: use uimage split for WZR-HP-G300NH2
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37295
This commit is contained in:
@@ -44,22 +44,14 @@ static struct mtd_partition wzrhpg300nh2_flash_partitions[] = {
|
||||
.size = 0x0010000,
|
||||
.mask_flags = MTD_WRITEABLE,
|
||||
}, {
|
||||
.name = "kernel",
|
||||
.name = "firmware",
|
||||
.offset = 0x0060000,
|
||||
.size = 0x0100000,
|
||||
}, {
|
||||
.name = "rootfs",
|
||||
.offset = 0x0160000,
|
||||
.size = 0x1e90000,
|
||||
.size = 0x1f90000,
|
||||
}, {
|
||||
.name = "user_property",
|
||||
.offset = 0x1ff0000,
|
||||
.size = 0x0010000,
|
||||
.mask_flags = MTD_WRITEABLE,
|
||||
}, {
|
||||
.name = "firmware",
|
||||
.offset = 0x0060000,
|
||||
.size = 0x1f90000,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user