other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
authorRod Whitby <rod@whitby.id.au>
Tue, 20 Jan 2009 23:40:49 +0000 (23:40 +0000)
committerRod Whitby <rod@whitby.id.au>
Tue, 20 Jan 2009 23:40:49 +0000 (23:40 +0000)
SVN-Revision: 14125

package/kernel/modules/other.mk

index 3bbf3a37d22ec782c4b5e5e9bbeb91e2ab423f37..9f5ea2d0b9f2976ea20bf38eeba2e936ac888908 100644 (file)
@@ -220,7 +220,7 @@ $(eval $(call KernelPackage,ssb))
 define KernelPackage/bluetooth
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Bluetooth support
-  DEPENDS:=@USB_SUPPORT
+  DEPENDS:=@USB_SUPPORT +kmod-usb-core
   KCONFIG:= \
        CONFIG_BLUEZ \
        CONFIG_BLUEZ_L2CAP \