1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ramips: consistently use 'firmware' name for sysupgrade partitions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27383 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2011-07-03 15:01:48 +00:00
parent 45b5e79de8
commit f65d6ac4d9
6 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ static struct mtd_partition rt_n15_partitions[] = {
.offset = 0x100000,
.size = 0x300000,
}, {
.name = "openwrt",
.name = "firmware",
.offset = 0x050000,
.size = 0x3b0000,
}