From 9e201cd9804873eec5ce1364315699f1cdc448d0 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Tue, 18 Apr 2017 06:34:57 +0530 Subject: sdm660-common: Delete dhcpcd init entries, since dhcpcd is no more. Bug: 27192644 Change-Id: I1aa25190c07f027884421d91c1e93f214493382d --- rootdir/etc/init.qcom.rc | 53 ------------------------------------------------ 1 file changed, 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 -- cgit v1.2.3