diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/dun_gw_bluez4.c (renamed from plugins/dun_gw.c) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/dun_gw.c b/plugins/dun_gw_bluez4.c index fc8bde43..a1de7a47 100644 --- a/plugins/dun_gw.c +++ b/plugins/dun_gw_bluez4.c @@ -167,5 +167,6 @@ static void dun_gw_exit(void) } } -OFONO_PLUGIN_DEFINE(dun_gw, "Dial-up Networking Profile Plugins", VERSION, - OFONO_PLUGIN_PRIORITY_DEFAULT, dun_gw_init, dun_gw_exit) +OFONO_PLUGIN_DEFINE(dun_gw_bluez4, "Dial-up Networking Profile Plugins", + VERSION, OFONO_PLUGIN_PRIORITY_DEFAULT, + dun_gw_init, dun_gw_exit) |