projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
generic: ar8216: simplify ar8216_config_init
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.3
/
200-extended-platform-devices.patch
diff --git
a/target/linux/brcm63xx/patches-3.3/200-extended-platform-devices.patch
b/target/linux/brcm63xx/patches-3.3/200-extended-platform-devices.patch
index
039df69
..
0e62140
100644
(file)
--- a/
target/linux/brcm63xx/patches-3.3/200-extended-platform-devices.patch
+++ b/
target/linux/brcm63xx/patches-3.3/200-extended-platform-devices.patch
@@
-15,7
+15,7
@@
@@ -62,6 +62,10 @@ struct board_info {
/* Buttons */
- struct gpio_button buttons[
2
];
+ struct gpio_button buttons[
4
];
+
+ /* Additional platform devices */
+ struct platform_device **devs;
This page took
0.024583 seconds
and
4
git commands to generate.