1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 22:11:05 +02:00

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:
rwhitby 2009-01-20 23:40:49 +00:00
parent 15950a617e
commit 19b3f32573

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 \