projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5601dc5
)
bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to =m for...
author
Michael Büsch
<mb@bu3sch.de>
Thu, 27 Oct 2011 21:22:53 +0000
(21:22 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Thu, 27 Oct 2011 21:22:53 +0000
(21:22 +0000)
SVN-Revision: 28638
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 91fc17c38de57975687e5b4db3db8ec2e3338b97..dcab71fa23798dbb09aa4ab70ecf24a35c6543f3 100644
(file)
--- 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 \