diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:48 +0000 |
commit | 641c87b127d8b1d0855a8bf42b753ea589e1843b (patch) | |
tree | 07b57ffd935b5e10f32897fd8039a196988e55de /target/linux/ramips/files/arch/mips/ralink/rt288x | |
parent | 381d7f05af0caf9597c282e8957f11384aad5f5e (diff) | |
download | mtk-20170518-641c87b127d8b1d0855a8bf42b753ea589e1843b.zip mtk-20170518-641c87b127d8b1d0855a8bf42b753ea589e1843b.tar.gz mtk-20170518-641c87b127d8b1d0855a8bf42b753ea589e1843b.tar.bz2 |
ramips: consistently use 'firmware' name for sysupgrade partitions
SVN-Revision: 27383
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x')
-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 1af3efc..066667e 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, } |