diff options
author | Robert Greenwalt <rgreenwalt@google.com> | 2012-12-05 12:16:37 -0800 |
---|---|---|
committer | Robert Greenwalt <rgreenwalt@google.com> | 2013-02-06 09:55:59 -0800 |
commit | aef64d22e3c21aaa588ca0621f60a5c27d130326 (patch) | |
tree | 0447da8703562a0bdccaa85c1a5e6a89f568c1a3 | |
parent | 5979b2218bdba442aa873f0c7844ad6a98fe52db (diff) | |
download | device_samsung_tuna-aef64d22e3c21aaa588ca0621f60a5c27d130326.zip device_samsung_tuna-aef64d22e3c21aaa588ca0621f60a5c27d130326.tar.gz device_samsung_tuna-aef64d22e3c21aaa588ca0621f60a5c27d130326.tar.bz2 |
Fix BT rev-tether iface name.
Change-Id: Ia4455e4fd89db25f9d1975d0a0ca4f9d4436cb13
-rwxr-xr-x | init.tuna.rc | 9 |
1 files 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 |