diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-23 14:27:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-23 14:27:05 +0000 |
commit | 03bce343840c3936cce79e42a8e6973870807aea (patch) | |
tree | d756824a294be793346e4dd1d15c36c1aa17cd20 /target | |
parent | 246986cdb1c0ca0074d7bcd9bfb110417b4abc64 (diff) | |
download | upstream-03bce343840c3936cce79e42a8e6973870807aea.tar.gz upstream-03bce343840c3936cce79e42a8e6973870807aea.tar.bz2 upstream-03bce343840c3936cce79e42a8e6973870807aea.zip |
ramips: define firmware partition for Omnima MiniEMBWiFi
Patch-by: Ivan Ignjatic <ivan@omnima.co.uk>
SVN-Revision: 29602
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c index 87acf4d53b..9fb4cd2ff6 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c @@ -54,6 +54,10 @@ static struct mtd_partition emb_partitions[] = { .name = "rootfs", .offset = 0x150000, .size = 0x6B0000, + }, { + .name = "firmware", + .offset = 0x050000, + .size = 0x7B0000, } }; #endif /* CONFIG_MTD_PARTITIONS */ |