diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index a7084c8d070fb2fc5c29d352cab32a70ab1af132..429b9eb8854f2e772a7e17b98aa55183af668518 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -39,7 +39,9 @@ define KernelPackage/bluetooth CONFIG_BLUEZ_HCIUSB \ CONFIG_BLUEZ_HIDP \ CONFIG_BT \ + CONFIG_BT_BREDR=y \ CONFIG_BT_L2CAP=y \ + CONFIG_BT_LE=y \ CONFIG_BT_SCO=y \ CONFIG_BT_RFCOMM \ CONFIG_BT_BNEP \