diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-04 15:19:50 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-04 15:19:50 +0000 |
commit | c4a99b6ef610bf17a5daccf5fc36e94790cc597b (patch) | |
tree | 663682568bef4bea3cb448469924a649692d4d3e /target | |
parent | 9a191df9ced38b36105ad540b1d41be7b2549dac (diff) |
[brcm63xx ] Fix Comtrend AR-5381u 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@34471 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/patches-3.6/532-board_96328a-1241N.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch b/target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch index 39daedf600..58a3deb0ff 100644 --- a/target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch +++ b/target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch @@ -42,7 +42,7 @@ + .leds = { + { + .name = "96328A-1241N:green:power", -+ .gpio = 8, ++ .gpio = 4, + .active_low = 1, + .default_trigger = "default-on", + }, diff --git a/target/linux/brcm63xx/patches-3.6/532-board_96328a-1241N.patch b/target/linux/brcm63xx/patches-3.6/532-board_96328a-1241N.patch index 39daedf600..58a3deb0ff 100644 --- a/target/linux/brcm63xx/patches-3.6/532-board_96328a-1241N.patch +++ b/target/linux/brcm63xx/patches-3.6/532-board_96328a-1241N.patch @@ -42,7 +42,7 @@ + .leds = { + { + .name = "96328A-1241N:green:power", -+ .gpio = 8, ++ .gpio = 4, + .active_low = 1, + .default_trigger = "default-on", + }, |