Ver Fonte

kernel: use bcma-hcd.ko on bcm53xx for ohci

On bcm53xx we still need usb-ohci to support USB 1.1 devices and it
obviously needs bcma-hcd.ko that will init controller and register
platform device.

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 45994
Rafał Miłecki há 10 anos atrás
pai
commit
aaf4aea141
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      package/kernel/linux/modules/usb.mk

+ 1 - 0
package/kernel/linux/modules/usb.mk

@@ -300,6 +300,7 @@ $(eval $(call KernelPackage,usb-uhci,1))
 define KernelPackage/usb-ohci
   TITLE:=Support for OHCI controllers
   DEPENDS:= \
+	+TARGET_bcm53xx:kmod-usb-bcma \
 	+TARGET_brcm47xx:kmod-usb-bcma \
 	+TARGET_brcm47xx:kmod-usb-ssb
   KCONFIG:= \