summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-21 06:59:23 +0000
committerJohn Crispin <john@openwrt.org>2015-04-21 06:59:23 +0000
commita560493ad73fd1c39c881a5055fe5b55cbe65ebe (patch)
tree64b2ab0c5fd1a2dea4b3e881ae9e9ad453b79d4c /package/kernel/linux/modules/other.mk
parentca7fe0d4c611223eb9ce9b2462ff432787e5afb3 (diff)
downloadmaster-31e0f0ae-a560493ad73fd1c39c881a5055fe5b55cbe65ebe.tar.gz
master-31e0f0ae-a560493ad73fd1c39c881a5055fe5b55cbe65ebe.tar.bz2
master-31e0f0ae-a560493ad73fd1c39c881a5055fe5b55cbe65ebe.zip
kernel: add bluetooth symbols from Kernel 4.0
upstream commit: Bluetooth: Introduce BT_BREDR and BT_LE config options id: 65efd2bf4885312b42de9829159789199221cc60 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45531
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index a7084c8d07..429b9eb885 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 \