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.33
/
200-extended-platform-devices.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch
b/target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch
index
aec85a3
..
c642509
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch
+++ b/
target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch
@@
-15,8
+15,8
@@
+++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
@@ -59,6 +59,10 @@ struct board_info {
+++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
@@ -59,6 +59,10 @@ struct board_info {
- /*
Reset button
*/
- struct gpio_button
reset_
buttons[2];
+ /*
Buttons
*/
+ struct gpio_button buttons[2];
+
+ /* Additional platform devices */
+ struct platform_device **devs;
+
+ /* Additional platform devices */
+ struct platform_device **devs;
This page took
0.021346 seconds
and
4
git commands to generate.