other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
[openwrt/svn-archive/openwrt.git] / 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
-  DEPENDS:=@USB_SUPPORT
+  DEPENDS:=@USB_SUPPORT +kmod-usb-core
   KCONFIG:= \
        CONFIG_BLUEZ \
        CONFIG_BLUEZ_L2CAP \