projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: don't use vlan 0 for devices with rtl8366s switch
[openwrt.git]
/
package
/
broadcom-diag
/
src
/
diag.c
diff --git
a/package/broadcom-diag/src/diag.c
b/package/broadcom-diag/src/diag.c
index
0871a02
..
38f51cb
100644
(file)
--- a/
package/broadcom-diag/src/diag.c
+++ b/
package/broadcom-diag/src/diag.c
@@
-377,7
+377,7
@@
static struct platform_t __initdata platforms[] = {
},
.leds = {
{ .name = "power", .gpio = 1 << 0, .polarity = REVERSE },
- { .name = "usb", .gpio = 1 << 2, .polarity =
NORMAL
},
+ { .name = "usb", .gpio = 1 << 2, .polarity =
REVERSE
},
},
},
[WL300G] = {
This page took
0.025115 seconds
and
4
git commands to generate.