From aef64d22e3c21aaa588ca0621f60a5c27d130326 Mon Sep 17 00:00:00 2001 From: Robert Greenwalt Date: Wed, 5 Dec 2012 12:16:37 -0800 Subject: Fix BT rev-tether iface name. Change-Id: Ia4455e4fd89db25f9d1975d0a0ca4f9d4436cb13 --- init.tuna.rc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/init.tuna.rc b/init.tuna.rc index c5016d5..c171667 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -193,7 +193,7 @@ service dhcpcd_p2p /system/bin/dhcpcd -aABKL disabled oneshot -service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL +service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL class main disabled oneshot @@ -213,7 +213,12 @@ service iprenew_p2p /system/bin/dhcpcd -n disabled oneshot -service iprenew_bnep0 /system/bin/dhcpcd -n +service iprenew_bt-pan /system/bin/dhcpcd -n + class main + disabled + oneshot + +service iprenew_eth0 /system/bin/dhcpcd -n class main disabled oneshot -- cgit v1.1