summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 20:15:33 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 20:15:33 +0000
commit761e71045c0aba3bf5cee4ab2434136d369b471e (patch)
tree6846e357350ba40ede1c400c7949997c4c8a35c1
parent0c0188b1a3ca7a49439c47d1cb6792efaa0228dd (diff)
[kernel] add missing symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14721 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/modules/usb.mk3
-rw-r--r--target/linux/generic-2.6/config-2.6.251
2 files changed, 3 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk
index af1224325..66a5a951f 100644
--- a/package/kernel/modules/usb.mk
+++ b/package/kernel/modules/usb.mk
@@ -138,7 +138,8 @@ $(eval $(call KernelPackage,usb-adm5120))
define KernelPackage/usb2
$(call usbdep,)
TITLE:=Support for USB2 controllers
- KCONFIG:=CONFIG_USB_EHCI_HCD
+ KCONFIG:=CONFIG_USB_EHCI_HCD \
+ CONFIG_USB_EHCI_HCD_SSB=y
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd)
endef
diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25
index 0a04311bc..d1996bdbc 100644
--- a/target/linux/generic-2.6/config-2.6.25
+++ b/target/linux/generic-2.6/config-2.6.25
@@ -1658,6 +1658,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_QUICKCAM_MESSENGER is not set
+# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_SE401 is not set