ar71xx/all0258n: fix partition layout
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Oct 2011 07:54:47 +0000 (07:54 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Oct 2011 07:54:47 +0000 (07:54 +0000)
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

target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c

index 7c383f5..8b50a54 100644 (file)
@@ -66,7 +66,7 @@ static struct mtd_partition all0258n_partitions[] = {
        }, {
                .name           = "firmware",
                .offset         = 0x050000,
-               .size           = 0x630000,
+               .size           = 0x620000,
        }, {
                .name           = "art",
                .offset         = 0x7F0000,
This page took 0.02097 seconds and 4 git commands to generate.