summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-23 14:27:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-23 14:27:05 +0000
commit03bce343840c3936cce79e42a8e6973870807aea (patch)
treed756824a294be793346e4dd1d15c36c1aa17cd20
parent246986cdb1c0ca0074d7bcd9bfb110417b4abc64 (diff)
downloadmaster-31e0f0ae-03bce343840c3936cce79e42a8e6973870807aea.tar.gz
master-31e0f0ae-03bce343840c3936cce79e42a8e6973870807aea.tar.bz2
master-31e0f0ae-03bce343840c3936cce79e42a8e6973870807aea.zip
ramips: define firmware partition for Omnima MiniEMBWiFi
Patch-by: Ivan Ignjatic <ivan@omnima.co.uk> SVN-Revision: 29602
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-omni-emb.c4
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 */