diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-21 06:59:23 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-21 06:59:23 +0000 |
commit | 416c58c6ec44454c9b2ab43b63c71e09fa6a8545 (patch) | |
tree | 36cba34158cc15967996831a95310470f4cc791c /package/kernel/linux/modules/other.mk | |
parent | d2a645959601faaba68b0b836b669c10934ed4e4 (diff) | |
download | upstream-416c58c6ec44454c9b2ab43b63c71e09fa6a8545.tar.gz upstream-416c58c6ec44454c9b2ab43b63c71e09fa6a8545.tar.bz2 upstream-416c58c6ec44454c9b2ab43b63c71e09fa6a8545.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
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 \ |