From bf66a3b2cdb0e8f94df5b97b6474007377245fbe 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7171 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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') 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