mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
ar71xx/all0258n: fix partition layout
A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28615
This commit is contained in:
parent
219d772ce8
commit
d02f22fea1
@ -66,7 +66,7 @@ static struct mtd_partition all0258n_partitions[] = {
|
|||||||
}, {
|
}, {
|
||||||
.name = "firmware",
|
.name = "firmware",
|
||||||
.offset = 0x050000,
|
.offset = 0x050000,
|
||||||
.size = 0x630000,
|
.size = 0x620000,
|
||||||
}, {
|
}, {
|
||||||
.name = "art",
|
.name = "art",
|
||||||
.offset = 0x7F0000,
|
.offset = 0x7F0000,
|
||||||
|
Loading…
Reference in New Issue
Block a user