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

Bluetooth modules also depend on USB

SVN-Revision: 6740
This commit is contained in:
Florian Fainelli 2007-03-28 10:10:49 +00:00
parent 799427a878
commit f0bc281e36

@ -192,7 +192,8 @@ define KernelPackage/bluetooth
endef
define KernelPackage/bluetooth/2.4
KCONFIG:=$(CONFIG_BLUEZ)
KCONFIG:=$(CONFIG_BLUEZ) \
$(CONFIG_USB)
FILES:= \
$(MODULES_DIR)/kernel/net/bluetooth/bluez.$(LINUX_KMOD_SUFFIX) \
$(MODULES_DIR)/kernel/net/bluetooth/l2cap.$(LINUX_KMOD_SUFFIX) \