Bluetooth depends on USB for 2.6 kernels also
SVN-Revision: 6741
This commit is contained in:
parent
f0bc281e36
commit
e93d651983
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ define KernelPackage/bluetooth
|
|||
endef
|
||||
|
||||
define KernelPackage/bluetooth/2.6
|
||||
KCONFIG:=$(CONFIG_BT)
|
||||
KCONFIG:=$(CONFIG_BT) \
|
||||
$(CONFIG_USB)
|
||||
FILES:= \
|
||||
$(MODULES_DIR)/kernel/net/bluetooth/bluetooth.$(LINUX_KMOD_SUFFIX) \
|
||||
$(MODULES_DIR)/kernel/net/bluetooth/l2cap.$(LINUX_KMOD_SUFFIX) \
|
||||
|
|
Loading…
Reference in a new issue