1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:04:10 +03:00

[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
This commit is contained in:
florian 2012-12-04 15:19:50 +00:00
parent 9a191df9ce
commit c4a99b6ef6
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
+ .leds = {
+ {
+ .name = "96328A-1241N:green:power",
+ .gpio = 8,
+ .gpio = 4,
+ .active_low = 1,
+ .default_trigger = "default-on",
+ },

View File

@ -42,7 +42,7 @@
+ .leds = {
+ {
+ .name = "96328A-1241N:green:power",
+ .gpio = 8,
+ .gpio = 4,
+ .active_low = 1,
+ .default_trigger = "default-on",
+ },