diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:42 +0000 |
commit | 5c8dbe162d349de8f3fc45a475a49dfdeef40e36 (patch) | |
tree | f467387e2d88f7a041418fc69ef30a57fe8edaed /target/linux/brcm63xx/patches-3.6 | |
parent | 23256b3a3c1f7fef29356d42f1d3801a8dab666e (diff) | |
download | master-187ad058-5c8dbe162d349de8f3fc45a475a49dfdeef40e36.tar.gz master-187ad058-5c8dbe162d349de8f3fc45a475a49dfdeef40e36.tar.bz2 master-187ad058-5c8dbe162d349de8f3fc45a475a49dfdeef40e36.zip |
[brcm63xx] Fix typo in 96338GW power LED.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34396 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.6')
-rw-r--r-- | target/linux/brcm63xx/patches-3.6/310-board_leds_naming.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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", |