From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 27 Nov 2012 18:42:42 +0000 (+0000)
Subject: Fix typo in 96338GW power LED.
X-Git-Tag: reboot~12175
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0588d13a3e87cbc746dde4facc60d1baa9abb3df;p=openwrt%2Fopenwrt.git

Fix typo in 96338GW power LED.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34396
---

diff --git a/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch b/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch
index 798e8018fc..df4ddb445f 100644
--- a/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch
+++ b/target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch
@@ -23,7 +23,7 @@
  		},
  		{
 -			.name		= "power",
-+			.name		= "96338GW!green:power",
++			.name		= "96338GW:green:power",
  			.gpio		= 0,
  			.active_low	= 1,
  			.default_trigger = "default-on",
diff --git a/target/linux/brcm63xx/patches-3.6/310-board_leds_naming.patch b/target/linux/brcm63xx/patches-3.6/310-board_leds_naming.patch
index 84603b00cf..8b307a2fed 100644
--- a/target/linux/brcm63xx/patches-3.6/310-board_leds_naming.patch
+++ b/target/linux/brcm63xx/patches-3.6/310-board_leds_naming.patch
@@ -23,7 +23,7 @@
  		},
  		{
 -			.name		= "power",
-+			.name		= "96338GW!green:power",
++			.name		= "96338GW:green:power",
  			.gpio		= 0,
  			.active_low	= 1,
  			.default_trigger = "default-on",