aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-05-13 20:12:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-05-13 20:12:07 +0000
commit4bfda49041a063641eed67799b1b2b5d0e49c7b3 (patch)
tree8912b5c9c404c9aa53db96d017e836224bc7252f /target
parent0253bca7887ff5e70770662e7fe53923ff65a954 (diff)
downloadupstream-4bfda49041a063641eed67799b1b2b5d0e49c7b3.tar.gz
upstream-4bfda49041a063641eed67799b1b2b5d0e49c7b3.tar.bz2
upstream-4bfda49041a063641eed67799b1b2b5d0e49c7b3.zip
[ar71xx] reorder mtd partitions on the WRT400N
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15829 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c
index 4040a652da..0298b1a6bf 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c
@@ -46,10 +46,6 @@ static struct mtd_partition wrt400n_partitions[] = {
} , {
.name = "linux",
.offset = 0x040000,
- .size = 0x770000,
- } , {
- .name = "kernel",
- .offset = 0x040000,
.size = 0x140000,
} , {
.name = "rootfs",
@@ -75,6 +71,10 @@ static struct mtd_partition wrt400n_partitions[] = {
.offset = 0x7f0000,
.size = 0x010000,
.mask_flags = MTD_WRITEABLE,
+ } , {
+ .name = "firmware",
+ .offset = 0x040000,
+ .size = 0x770000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */