diff options
-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 |