projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.0
/
460-board_96348gw-10_reset_button.patch
1
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
2
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
3
@@ -334,6 +334,17 @@ static struct board_info __initdata boar
4
.active_low = 1,
5
},
6
},
7
+
8
+ .buttons = {
9
+ {
10
+ .desc = "reset",
11
+ .gpio = 6,
12
+ .active_low = 1,
13
+ .type = EV_KEY,
14
+ .code = KEY_RESTART,
15
+ .threshold = 3,
16
+ },
17
+ },
18
};
19
20
static struct board_info __initdata board_96348gw_11 = {
This page took
0.056102 seconds
and
5
git commands to generate.