diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2016-02-25 14:52:17 +0900 |
|---|---|---|
| committer | Trafalgar-Square <schneller.demian@gmail.com> | 2016-08-28 15:20:06 +0200 |
| commit | 37f1b5efc8524ebe72df5fddf256216b07d8d9cf (patch) | |
| tree | c2e1bdadf71ddff11dff3261e8e0ae59e0d6e59d | |
| parent | 0dd27ea8a6e02665849004d063be3f28a515d9cd (diff) | |
msm8226-common: Delete dhcpcd init entries, since dhcpcd is no more.
Bug: 27192644
Change-Id: I3a682a96bb14977678159c5bd6ee361b92763905
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 830bd26..733372a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -611,69 +611,6 @@ service wpa_supplicant /system/bin/wpa_supplicant \ disabled oneshot -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - -service dhcpcd_wlan0 /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service dhcpcd_p2p /system/bin/dhcpcd -ABKLG - 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_bt-pan /system/bin/dhcpcd -BKLG - class late_start - disabled - oneshot - -service iprenew_bt-pan /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_eth0 /system/bin/dhcpcd -G - class late_start - disabled - oneshot - -service iprenew_eth0 /system/bin/dhcpcd -nBK - class late_start - disabled - oneshot - service xtwifi_client /system/bin/xtwifi-client class late_start user gps |
