other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
SVN-Revision: 14125
This commit is contained in:
parent
8db368850c
commit
4c04d8b3c1
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue