summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-01-28 17:44:34 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-01-30 10:27:47 +0200
commitcd0d951025cec18bdec82d7c0847668cc6a151d2 (patch)
tree06da57e0579358efb93eae99320359a11156806f /Makefile.plugins
parent7b3635c3f293a625e57bc0a3c6f54fdabcd0748e (diff)
downloadconnman-cd0d951025cec18bdec82d7c0847668cc6a151d2.tar.gz
connman-cd0d951025cec18bdec82d7c0847668cc6a151d2.tar.bz2
connman-cd0d951025cec18bdec82d7c0847668cc6a151d2.zip
bluetooth: Rename bluetooth plugin to bluetooth_legacy
Set the plugin priority to CONNMAN_PLUGIN_PRIORITY_LOW and the technology priority to -10. Update strings to "bluetooth_legacy" and use ordinary string instead of ident.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 4294a849..9271cac3 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -25,8 +25,8 @@ builtin_sources += plugins/wifi.c $(gsupplicant_sources)
endif
if BLUETOOTH
-builtin_modules += bluetooth
-builtin_sources += plugins/bluetooth.c
+builtin_modules += bluetooth_legacy
+builtin_sources += plugins/bluetooth_legacy.c
endif
if HH2SERIAL_GPS