From: Rafał Miłecki Date: Mon, 15 Jun 2015 22:11:50 +0000 (+0000) Subject: kernel: use bcma-hcd.ko on bcm53xx for ohci X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=aaf4aea141a6c0b33d6f4261e90151a51ef02a78;p=openwrt%2Fstaging%2Frmilecki.git 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 SVN-Revision: 45994 --- diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 68f22cc05b2..f27fcbd47f7 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/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:= \