summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-27 07:54:47 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-27 07:54:47 +0000
commit8256ef2e81bc370ee7a90b3b07cbb7c125e740c5 (patch)
tree2467468c717d32f2bc964409b911d4083dca9f1e /target
parent073abf6b936ce1d898b22712bf970b2699258d0e (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28615 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 7c383f5b7..8b50a542c 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,