TL-WR941ND: update flash partition map
authorGabor Juhos <juhosg@openwrt.org>
Thu, 26 Feb 2009 17:01:05 +0000 (17:01 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 26 Feb 2009 17:01:05 +0000 (17:01 +0000)
SVN-Revision: 14673

target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c

index e24707e18d7e0702cae234ee25a779e5fd41e2ae..563ba1c7e6a03c529ec1ab8b412f1da861464b49 100644 (file)
@@ -39,15 +39,11 @@ static struct mtd_partition tl_wr941nd_partitions[] = {
        } , {
                .name           = "kernel",
                .offset         = 0x020000,
-               .size           = 0x100000,
+               .size           = 0x120000,
        } , {
                .name           = "rootfs",
-               .offset         = 0x120000,
-               .size           = 0x2c0000,
-       } , {
-               .name           = "config",
-               .offset         = 0x3e0000,
-               .size           = 0x010000,
+               .offset         = 0x140000,
+               .size           = 0x2b0000,
        } , {
                .name           = "art",
                .offset         = 0x3f0000,
@@ -56,7 +52,7 @@ static struct mtd_partition tl_wr941nd_partitions[] = {
        } , {
                .name           = "firmware",
                .offset         = 0x020000,
-               .size           = 0x3c0000,
+               .size           = 0x3d0000,
        }
 };
 #endif /* CONFIG_MTD_PARTITIONS */