mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: define firmware partition for Omnima MiniEMBWiFi
Patch-by: Ivan Ignjatic <ivan@omnima.co.uk> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29602 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -54,6 +54,10 @@ static struct mtd_partition emb_partitions[] = {
|
|||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
.offset = 0x150000,
|
.offset = 0x150000,
|
||||||
.size = 0x6B0000,
|
.size = 0x6B0000,
|
||||||
|
}, {
|
||||||
|
.name = "firmware",
|
||||||
|
.offset = 0x050000,
|
||||||
|
.size = 0x7B0000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
|||||||
Reference in New Issue
Block a user