projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
when changing the mac address of a bridge interface, keep member interface addresses...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.32
/
221-board-NB4.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch
b/target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch
index
bbd0c62
..
7c17b88
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch
+++ b/
target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch
@@
-117,7
+117,7
@@
+ .active_low = 1,
+ },
+ },
+ .active_low = 1,
+ },
+ },
-+ .
reset_
buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
+ {
+ .desc = "reset",
+ .gpio = 34,
@@
-209,7
+209,7
@@
+ .active_low = 1,
+ },
+ },
+ .active_low = 1,
+ },
+ },
-+ .
reset_
buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
+ {
+ .desc = "reset",
+ .gpio = 34,
@@
-299,7
+299,7
@@
+ .active_low = 1,
+ },
+ },
+ .active_low = 1,
+ },
+ },
-+ .
reset_
buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
+ {
+ .desc = "reset",
+ .gpio = 34,
@@
-386,7
+386,7
@@
+ .gpio = 4,
+ },
+ },
+ .gpio = 4,
+ },
+ },
-+ .
reset_
buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
+ {
+ .desc = "reset",
+ .gpio = 34,
@@
-471,7
+471,7
@@
+ .gpio = 4,
+ },
+ },
+ .gpio = 4,
+ },
+ },
-+ .
reset_
buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
+ {
+ .desc = "reset",
+ .gpio = 34,
@@
-543,5
+543,5
@@
- struct gpio_led leds[8];
+ struct gpio_led leds[9];
- struct gpio_led leds[8];
+ struct gpio_led leds[9];
- /*
Reset button
*/
- struct gpio_button
reset_
buttons[2];
+ /*
Buttons
*/
+ struct gpio_button buttons[2];
This page took
0.030497 seconds
and
4
git commands to generate.