1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

Bluetooth depends on USB for 2.6 kernels also

SVN-Revision: 6741
This commit is contained in:
Florian Fainelli 2007-03-28 10:42:30 +00:00
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) \