diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2017-04-18 06:34:57 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:01 +0200 |
commit | 9e201cd9804873eec5ce1364315699f1cdc448d0 (patch) | |
tree | b0672551d5c0b147bab74dc9cad693f8a9c4305a | |
parent | a3451c152ead0bf6f998c80b3bd41f50f47a4d2f (diff) |
sdm660-common: Delete dhcpcd init entries, since dhcpcd is no more.
Bug: 27192644
Change-Id: I1aa25190c07f027884421d91c1e93f214493382d
-rw-r--r-- | rootdir/etc/init.qcom.rc | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 84c4316..d4d85fb 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -480,9 +480,6 @@ on property:vendor.radio.atfwd.start=false # mkdir /data/core 0777 root root # write /proc/sys/kernel/core_pattern "/data/core/%E.%p.%e" -#on property:init.svc.wpa_supplicant=stopped -# stop dhcpcd - on property:vendor.bluetooth.dun.status=running start vendor.bt-dun @@ -629,46 +626,6 @@ service vendor.sensingdaemon /vendor/bin/sensingdaemon group wifi disabled -service dhcpcd_wlan0 /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service dhcpcd_bond0 /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service dhcpcd_p2p /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service dhcpcd_wigig0 /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service iprenew_wlan0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service iprenew_bond0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service iprenew_p2p /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service iprenew_wigig0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - service ptt_socket_app /system/vendor/bin/ptt_socket_app -d class main user wifi @@ -702,16 +659,6 @@ on property:sys.shutdown.requested=* write /sys/kernel/shutdown_wlan/shutdown 1 stop cnss-daemon -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 ssgqmigd /vendor/bin/ssgqmigd class late_start user radio |