other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Rod Whitby
2009-01-20 23:40:49 +00:00
parent e76e2fefd1
commit 690c11aa94

View 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 \