diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2016-02-25 14:52:17 +0900 |
|---|---|---|
| committer | vm03 <vasy@vasy.ru> | 2016-10-03 15:47:50 +0300 |
| commit | aa3c695b90ed452ab52263d154def3516e041170 (patch) | |
| tree | f45289b75784d886f0a6aaa712afa530140205d7 | |
| parent | a27212339203b9191c5b69cb177f98f8df17fd7b (diff) | |
Delete dhcpcd init entries, since dhcpcd is no more.
Bug: 27192644
Change-Id: I3a682a96bb14977678159c5bd6ee361b92763905
| -rw-r--r-- | rootdir/init.qcom.rc | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 49ac6a7..40ebb5e 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -363,9 +363,6 @@ on post-fs-data #Create a folder for SRS to be able to create a usercfg file mkdir /data/data/media 0770 media media -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - service irsc_util /system/bin/irsc_util "/etc/sec_config" class main user root @@ -438,54 +435,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_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 hostapd /system/bin/hostapd -dddd /data/hostapd/hostapd.conf class late_start user root |
