summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-10-27 07:54:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-10-27 07:54:47 +0000
commitd02f22fea1653a83fa053cc86b73bc82ad6759c3 (patch)
tree874037b3f73edda02e314c8df4b601898cc46168 /target/linux
parent219d772ce89181ba4a55f842e106075fb7fad568 (diff)
downloadmaster-31e0f0ae-d02f22fea1653a83fa053cc86b73bc82ad6759c3.tar.gz
master-31e0f0ae-d02f22fea1653a83fa053cc86b73bc82ad6759c3.tar.bz2
master-31e0f0ae-d02f22fea1653a83fa053cc86b73bc82ad6759c3.zip
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
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c
index 7c383f5b7a..8b50a542c2 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c
@@ -66,7 +66,7 @@ static struct mtd_partition all0258n_partitions[] = {
}, {
.name = "firmware",
.offset = 0x050000,
- .size = 0x630000,
+ .size = 0x620000,
}, {
.name = "art",
.offset = 0x7F0000,