diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-13 20:00:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-13 20:00:42 +0000 |
commit | 9ecc257d2fdf17971f645e042a67aa0bdedb3e01 (patch) | |
tree | c72ce6688445e5e7f8e8763e65a1e317faa03ee0 /target/linux/ar71xx/files | |
parent | 98e74fa5cbcf281ae5bf7e0945d45ebd10e6c844 (diff) | |
download | upstream-9ecc257d2fdf17971f645e042a67aa0bdedb3e01.tar.gz upstream-9ecc257d2fdf17971f645e042a67aa0bdedb3e01.tar.bz2 upstream-9ecc257d2fdf17971f645e042a67aa0bdedb3e01.zip |
create image for the WRT400N board (thanks to netprince)
SVN-Revision: 15828
Diffstat (limited to 'target/linux/ar71xx/files')
-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 90d9dd14d1..4040a652da 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", |