projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d617016
)
wlan led was backwards
author
Mike Baker
<mbm@openwrt.org>
Sat, 4 Nov 2006 03:47:48 +0000
(
03:47
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Sat, 4 Nov 2006 03:47:48 +0000
(
03:47
+0000)
SVN-Revision: 5439
openwrt/target/linux/package/diag/src/diag.c
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/package/diag/src/diag.c
b/openwrt/target/linux/package/diag/src/diag.c
index 5f460f59d955307c2dc1acf20944175d2e83aa07..d975137f8747f7d9bc8235ab5539c92a1527d98a 100644
(file)
--- a/
openwrt/target/linux/package/diag/src/diag.c
+++ b/
openwrt/target/linux/package/diag/src/diag.c
@@
-364,7
+364,7
@@
static struct platform_t __init platforms[] = {
},
.leds = {
{ .name = "power", .gpio = 1 << 1, .polarity = NORMAL },
- { .name = "wlan", .gpio = 1 << 0, .polarity =
NORMAL
},
+ { .name = "wlan", .gpio = 1 << 0, .polarity =
REVERSE
},
{ .name = "dmz", .gpio = 1 << 6, .polarity = REVERSE },
{ .name = "diag", .gpio = 1 << 7, .polarity = REVERSE },
},