Skip to content
Snippets Groups Projects
Commit 64fa3f14 authored by rmilecki's avatar rmilecki
Browse files

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: default avatarRafał Miłecki <zajec5@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45994 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 1c902431
No related branches found
No related tags found
No related merge requests found
......@@ -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:= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment