diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2016-02-25 14:52:17 +0900 |
|---|---|---|
| committer | razorloves <razorloves@gmail.com> | 2016-11-18 22:35:30 -0700 |
| commit | 4bc571ffb41fa0d1bf3dff3160d29767a3238c62 (patch) | |
| tree | 11dc58ab13903ada28ad4ce2de2c557d20a6d4af | |
| parent | fc0265d3ef2fd749930e3eb6dc2f120e8a1a4a09 (diff) | |
Delete dhcpcd init entries, since dhcpcd is no more.
Bug: 27192644
Change-Id: I3a682a96bb14977678159c5bd6ee361b92763905
(cherry picked from commit 486a5a6517eb88fb11b2dfb88c4029158060b69d)
| -rw-r--r-- | init.hammerhead.rc | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/init.hammerhead.rc b/init.hammerhead.rc index cfa087a..b6853ad 100644 --- a/init.hammerhead.rc +++ b/init.hammerhead.rc @@ -240,9 +240,6 @@ on charger write /sys/devices/system/cpu/cpu3/online 0 start mpdecision -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - on property:sys.boot_completed=1 # Enable Power modes write /sys/module/lpm_resources/enable_low_power/l2 2 @@ -337,64 +334,6 @@ service wpa_supplicant /system/bin/wpa_supplicant \ disabled oneshot -service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL - class late_start - disabled - oneshot - -service dhcpcd_p2p /system/bin/dhcpcd -aABKL - class late_start - disabled - oneshot - -service iprenew_wlan0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service iprenew_p2p /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL - class late_start - disabled - oneshot - -service iprenew_eth0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service dhcpcd_bnep0 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep1 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep2 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep3 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep4 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG - disabled - oneshot - -service iprenew_bt-pan /system/bin/dhcpcd -n - disabled - oneshot - service qseecomd /system/bin/qseecomd class core user root |
