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

package/kernel/modules/other.mk

index ddf2d428afd097aa3038d90a1e15e13926810e96..d0467254256e99fe0caccbb2d42bc777113b9d37 100644 (file)
@@ -157,7 +157,7 @@ $(eval $(call KernelPackage,pcmcia-serial))
 define KernelPackage/bluetooth
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Bluetooth support
 define KernelPackage/bluetooth
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Bluetooth support
-  DEPENDS:=@USB_SUPPORT
+  DEPENDS:=@USB_SUPPORT +kmod-usb-core
   KCONFIG:= \
        CONFIG_BLUEZ \
        CONFIG_BLUEZ_L2CAP \
   KCONFIG:= \
        CONFIG_BLUEZ \
        CONFIG_BLUEZ_L2CAP \