Merge "Remove references to non-existent dhcpcd"

This commit is contained in:
TreeHugger Robot
2017-03-02 01:32:06 +00:00
committed by Android (Google) Code Review

View File

@@ -333,9 +333,6 @@ service tftp_server /vendor/bin/tftp_server
class core
user root
on property:init.svc.wpa_supplicant=stopped
stop dhcpcd
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
-I/system/etc/wifi/p2p_supplicant_overlay.conf -N \
@@ -352,26 +349,6 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
disabled
oneshot
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 cnss_diag /vendor/bin/cnss_diag -q -f
class main
user root