diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-04 15:19:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-04 15:19:50 +0000 |
commit | d9d0814fc2378f4c8ba28e43f4c61c36e92f9d06 (patch) | |
tree | bfae7925592ad8aedbf355100d5d98bae3a60f40 /target/linux/brcm63xx/patches-3.3 | |
parent | 8516ddb133b3ab28b17bbbba165b641a13624ee4 (diff) | |
download | upstream-d9d0814fc2378f4c8ba28e43f4c61c36e92f9d06.tar.gz upstream-d9d0814fc2378f4c8ba28e43f4c61c36e92f9d06.tar.bz2 upstream-d9d0814fc2378f4c8ba28e43f4c61c36e92f9d06.zip |
Fix Comtrend AR-5381u Power LED
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34471
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/532-board_96328a-1241N.patch | 2 |
1 files changed, 1 insertions, 1 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", + }, |