From cf68680797fe79da2bec58026d61f1444fad37b6 Mon Sep 17 00:00:00 2001
From: juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun, 3 Jul 2011 15:01:53 +0000
Subject: ramips: use lowercase partiion names on the WCR150GN board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27387 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'target/linux/ramips/files')

diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
index 2358a5cb4..babaa710a 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
@@ -25,20 +25,20 @@
 #ifdef CONFIG_MTD_PARTITIONS
 static struct mtd_partition wcr150gn_partitions[] = {
 	{
-		.name	= "Bootloader",
+		.name	= "bootloader",
 		.offset	= 0,
 		.size	= 0x030000,
 		.mask_flags = MTD_WRITEABLE,
 	}, {
-		.name	= "Config",
+		.name	= "config",
 		.offset	= 0x030000,
 		.size	= 0x040000,
 	}, {
-		.name	= "Factory",
+		.name	= "factory",
 		.offset	= 0x040000,
 		.size	= 0x050000,
 	}, {
-		.name	= "Kernel",
+		.name	= "kernel",
 		.offset	= 0x050000,
 		.size	= 0x120000,
 	}, {
-- 
cgit v1.2.3