diff options
author | sbrissen <sbrissen@hotmail.com> | 2013-10-25 10:16:04 -0400 |
---|---|---|
committer | sbrissen <sbrissen@hotmail.com> | 2013-10-25 10:16:04 -0400 |
commit | 48a9228b1dbe3659c2aaac44fbe8e4b9476dad18 (patch) | |
tree | 64fcd674569aef76a8f664edad85882931799b8f /rootdir | |
parent | 89e1b4db1112ab64e135a27d66845f42f70e529e (diff) | |
download | device_samsung_smdk4412-common-48a9228b1dbe3659c2aaac44fbe8e4b9476dad18.zip device_samsung_smdk4412-common-48a9228b1dbe3659c2aaac44fbe8e4b9476dad18.tar.gz device_samsung_smdk4412-common-48a9228b1dbe3659c2aaac44fbe8e4b9476dad18.tar.bz2 |
smdk4x12-common: fix bt tether
Change-Id: Ib19439e39ba767e57826722279faaed02046df2e
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 4ff9c72..e4295f6 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -470,7 +470,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 @@ -485,7 +485,7 @@ 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 |