diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-10-27 21:22:53 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-10-27 21:22:53 +0000 |
commit | 783cb13790b48ce6096ea7de91bab06da2800f22 (patch) | |
tree | 895c52cee5831fe4ec6a6def896e70235dcd8f94 /package/kernel | |
parent | a4d6c9c077a97c29dd8306a9991432bdf59ba0f7 (diff) | |
download | upstream-783cb13790b48ce6096ea7de91bab06da2800f22.tar.gz upstream-783cb13790b48ce6096ea7de91bab06da2800f22.tar.bz2 upstream-783cb13790b48ce6096ea7de91bab06da2800f22.zip |
bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m for older kernels automagically.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 91fc17c38d..dcab71fa23 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -24,8 +24,8 @@ define KernelPackage/bluetooth CONFIG_BLUEZ_HCIUSB \ CONFIG_BLUEZ_HIDP \ CONFIG_BT \ - CONFIG_BT_L2CAP \ - CONFIG_BT_SCO \ + CONFIG_BT_L2CAP=y \ + CONFIG_BT_SCO=y \ CONFIG_BT_RFCOMM \ CONFIG_BT_BNEP \ CONFIG_BT_HCIBTUSB \ |