diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-03 15:01:48 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-03 15:01:48 +0000 |
commit | f65d6ac4d9dd48b1a17071d7d454629740dd180c (patch) | |
tree | 4cf88b28bf3f4951872bdb22432ddfe35e0d6a03 /target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c | |
parent | 45b5e79de8595eb306e4967d469248564e646bc4 (diff) |
ramips: consistently use 'firmware' name for sysupgrade partitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27383 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c index 1af3efc785..066667e775 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c @@ -60,7 +60,7 @@ static struct mtd_partition rt_n15_partitions[] = { .offset = 0x100000, .size = 0x300000, }, { - .name = "openwrt", + .name = "firmware", .offset = 0x050000, .size = 0x3b0000, } |