diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2011-08-02 12:55:00 -0700 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2011-08-02 14:33:27 -0700 |
commit | 29b4d614cf6d698bca1b11f5fef5832656601df9 (patch) | |
tree | 56554dc955227eeec8717e647fb939a7cd28299d /init.tuna.rc | |
parent | eecd6de4b8572512d781b232b49c104d887757da (diff) | |
download | device_samsung_tuna-29b4d614cf6d698bca1b11f5fef5832656601df9.zip device_samsung_tuna-29b4d614cf6d698bca1b11f5fef5832656601df9.tar.gz device_samsung_tuna-29b4d614cf6d698bca1b11f5fef5832656601df9.tar.bz2 |
Enable dhcpd and iprenew for bluetooth.
Change-Id: I9d2f8a8ce61a739073bc90f8ce03ea42e4fb73e8
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-x | init.tuna.rc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc index 99ef510..a105fb9 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -113,7 +113,18 @@ service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL disabled oneshot +service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL + class main + disabled + oneshot + service iprenew_wlan0 /system/bin/dhcpcd -n + class main + disabled + oneshot + +service iprenew_bnep0 /system/bin/dhcpcd -n + class main disabled oneshot |