projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[scripts] ext-toolchain.sh:
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.39
/
310-96348gw_a_leds.patch
1
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3
@@ -475,6 +475,19 @@ static struct board_info __initdata boar
4
},
5
6
.has_ohci0 = 1,
7
+
8
+ .leds = {
9
+ {
10
+ .name = "adsl",
11
+ .gpio = 3,
12
+ .active_low = 1,
13
+ },
14
+ {
15
+ .name = "usb",
16
+ .gpio = 0,
17
+ .active_low = 1,
18
+ }
19
+ },
20
};
21
#endif
22
This page took
0.063959 seconds
and
5
git commands to generate.