aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx-2.6/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-10 12:38:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-10 12:38:31 +0000
commitbd65c8b91af0397ae3f44cf672734c1f3bcb6fe5 (patch)
treebedcca0eca2d484427864ed71fcf84ed0541ca8f /target/linux/brcm47xx-2.6/files
parent5eb30e636dbd655e9f7865c5aa59c9d1bcb866f9 (diff)
downloadupstream-bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5.tar.gz
upstream-bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5.tar.bz2
upstream-bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5.zip
broadcom: rename the OpenWrt partition to rootfs_data
SVN-Revision: 7171
Diffstat (limited to 'target/linux/brcm47xx-2.6/files')
-rw-r--r--target/linux/brcm47xx-2.6/files/drivers/mtd/maps/bcm47xx-flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx-2.6/files/drivers/mtd/maps/bcm47xx-flash.c b/target/linux/brcm47xx-2.6/files/drivers/mtd/maps/bcm47xx-flash.c
index bc8d887377..774d4ad659 100644
--- a/target/linux/brcm47xx-2.6/files/drivers/mtd/maps/bcm47xx-flash.c
+++ b/target/linux/brcm47xx-2.6/files/drivers/mtd/maps/bcm47xx-flash.c
@@ -95,7 +95,7 @@ static struct mtd_partition bcm947xx_parts[] = {
{ name: "linux", offset: 0, size: 0, },
{ name: "rootfs", offset: 0, size: 0, },
{ name: "nvram", offset: 0, size: 0, },
- { name: "OpenWrt", offset: 0, size: 0, },
+ { name: "rootfs_data", offset: 0, size: 0, },
{ name: NULL, },
};