diff options
| -rw-r--r-- | package/kernel/modules/other.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 08b470de2..f8f104238 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -169,7 +169,7 @@ define KernelPackage/bluetooth    DEPENDS:=@USB_SUPPORT    DESCRIPTION:=Kernel support for Bluetooth devices    SUBMENU:=$(EMENU) -  KCONFIG:=CONFIG_BLUEZ CONFIG_BT +  KCONFIG:=CONFIG_BLUEZ CONFIG_BT CONFIG_USB_BLUETOOTH   endef   define KernelPackage/bluetooth/2.4 | 
