ramips: consistently use 'firmware' name for sysupgrade partitions
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jul 2011 15:01:48 +0000 (15:01 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jul 2011 15:01:48 +0000 (15:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27383 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c

index 1af3efc..066667e 100644 (file)
@@ -60,7 +60,7 @@ static struct mtd_partition rt_n15_partitions[] = {
                .offset = 0x100000,
                .size   = 0x300000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x3b0000,
        }
index 7aed11d..d76a8b4 100644 (file)
@@ -57,7 +57,7 @@ static struct mtd_partition dir_300b_partitions[] = {
                .offset = 0x140000,
                .size   = 0x2B0000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x3a0000,
        }
index 9fc6a33..bbf152f 100644 (file)
@@ -57,7 +57,7 @@ static struct mtd_partition fonera20n_partitions[] = {
                .offset = 0x150000,
                .size   = 0x6b0000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x7b0000,
        }
index e40c8a8..03dc192 100644 (file)
@@ -49,7 +49,7 @@ static struct mtd_partition pwh2004_partitions[] = {
                .offset = 0x050000,
                .size   = 0x7b0000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x7b0000,
        }
index b451723..382da75 100644 (file)
@@ -55,7 +55,7 @@ static struct mtd_partition v22rw_2x2_partitions[] = {
                .offset = 0x150000,
                .size   = 0x2b0000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x3b0000,
        }
index c544026..6313135 100644 (file)
@@ -63,7 +63,7 @@ static struct mtd_partition whr_g300n_partitions[] = {
                .offset = 0x3f0000,
                .size   = 0x010000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x3a0000,
        }
This page took 0.028317 seconds and 4 git commands to generate.