summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-03-19 14:16:48 -0400
committerDan Winship <danw@gnome.org>2014-03-19 14:56:47 -0400
commita18248dd1b33806dc1b50fcd433143ae25dae784 (patch)
tree646d19af33bb81d3e1f59ffcb303ee6ad960a85d /configure.ac
parent73d128bbd17120225bb4986e3f05566f10fab581 (diff)
downloadNetworkManager-a18248dd1b33806dc1b50fcd433143ae25dae784.tar.gz
devices: rename "atm" plugin to "adsl", and "bt" to "bluetooth"
The atm/adsl plugin really is a generic ATM plugin but (a) it needs a bit of work to do IPoATM rather than just PPPoATM and PPPoEoATM, and (b) most people currently using NM's ATM support are using DSL devices not actual ATM cards anyway, and have no idea what "ATM" even means. If we add the necessary IPoATM support later we can rename the plugin back to -atm
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b20f2dc639..f13dc9aea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -762,7 +762,7 @@ src/platform/Makefile
src/platform/tests/Makefile
src/rdisc/Makefile
src/rdisc/tests/Makefile
-src/devices/atm/Makefile
+src/devices/adsl/Makefile
src/devices/wimax/Makefile
src/devices/bluetooth/Makefile
src/devices/wwan/Makefile