projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b045331
)
fix dmz gpio for the wrtsl54gs
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 21 Nov 2006 14:09:34 +0000
(14:09 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 21 Nov 2006 14:09:34 +0000
(14:09 +0000)
SVN-Revision: 5600
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 027f408b2dd47d7de75efcb1718c31fd0178eedc..41e4b9777f07f3c5e1b62ee94059b69cbdf3cced 100644
(file)
--- a/
openwrt/target/linux/package/diag/src/diag.c
+++ b/
openwrt/target/linux/package/diag/src/diag.c
@@
-141,7
+141,7
@@
static struct platform_t __init platforms[] = {
},
.leds = {
{ .name = "power", .gpio = 1 << 1, .polarity = NORMAL },
- { .name = "dmz", .gpio = 1 <<
7
, .polarity = REVERSE },
+ { .name = "dmz", .gpio = 1 <<
0
, .polarity = REVERSE },
{ .name = "ses_white", .gpio = 1 << 5, .polarity = REVERSE },
{ .name = "ses_orange", .gpio = 1 << 7, .polarity = REVERSE },
},