From: Florian Fainelli Date: Tue, 4 Dec 2012 15:19:50 +0000 (+0000) Subject: Fix Comtrend AR-5381u Power LED X-Git-Tag: reboot~12112 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d9d0814fc2378f4c8ba28e43f4c61c36e92f9d06 Fix Comtrend AR-5381u Power LED Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Florian Fainelli SVN-Revision: 34471 --- 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", + },