aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-27 18:42:42 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-27 18:42:42 +0000
commit0588d13a3e87cbc746dde4facc60d1baa9abb3df (patch)
treecfd02464e67b3d299fb3781d8890150c62bb8942 /target
parentdd852e242d92e65bb0697db36522ab9fae94d4c6 (diff)
downloadupstream-0588d13a3e87cbc746dde4facc60d1baa9abb3df.tar.gz
upstream-0588d13a3e87cbc746dde4facc60d1baa9abb3df.tar.bz2
upstream-0588d13a3e87cbc746dde4facc60d1baa9abb3df.zip
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-3.3/310-board_leds_naming.patch2
-rw-r--r--target/linux/brcm63xx/patches-3.6/310-board_leds_naming.patch2
2 files changed, 2 insertions, 2 deletions
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",