From bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 10 May 2007 12:38:31 +0000 Subject: broadcom: rename the OpenWrt partition to rootfs_data SVN-Revision: 7171 --- target/linux/brcm47xx-2.6/files/drivers/mtd/maps/bcm47xx-flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm47xx-2.6/files') 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, }, }; -- cgit v1.2.3