projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
call preinit instead of init
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.27
/
003-ar71xx_usb_host.patch
diff --git
a/target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch
b/target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch
index
a5a11ff
..
093121f
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch
+++ b/
target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch
@@
-34,7
+34,7
@@
+#ifdef CONFIG_USB_EHCI_AR71XX
+#include "ehci-ar71xx.c"
-+#define PLATFORM_DRIVER ehci_
hcd_
ar71xx_driver
++#define PLATFORM_DRIVER ehci_ar71xx_driver
+#endif
+
#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
This page took
0.036639 seconds
and
4
git commands to generate.