diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-13 20:00:42 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-13 20:00:42 +0000 |
commit | bf7689f4a57840cb39ef0b47063d5c0523eb1e2b (patch) | |
tree | c8feca8bdab13f0355b4dea4d07f0bcacd327682 /target/linux/ar71xx/files/arch/mips | |
parent | c9a487791f53e2a6510afc8164335029c257e9d5 (diff) |
[ar71xx] create image for the WRT400N board (thanks to netprince)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15828 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c | 4 |
1 files changed, 4 insertions, 0 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 90d9dd14d..4040a652d 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wrt400n.c @@ -46,6 +46,10 @@ static struct mtd_partition wrt400n_partitions[] = { } , { .name = "linux", .offset = 0x040000, + .size = 0x770000, + } , { + .name = "kernel", + .offset = 0x040000, .size = 0x140000, } , { .name = "rootfs", |