fixes bluetooth dependency, thx sn9

SVN-Revision: 18213
lede-17.01
John Crispin 2009-10-29 21:25:55 +00:00
parent ff5deeef08
commit 2bbb05cc5e
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ $(eval $(call KernelPackage,ssb))
define KernelPackage/bluetooth
SUBMENU:=$(OTHER_MENU)
TITLE:=Bluetooth support
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-input-core
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-hid
KCONFIG:= \
CONFIG_BLUEZ \
CONFIG_BLUEZ_L2CAP \