mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
Bluetooth depends on USB for 2.6 kernels also
SVN-Revision: 6741
This commit is contained in:
parent
f0bc281e36
commit
e93d651983
@ -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 New Issue
Block a user