Fix BT rev-tether iface name.

Change-Id: Ia4455e4fd89db25f9d1975d0a0ca4f9d4436cb13
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 @@
 	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 @@
 	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