diff options
| author | Joey Rizzoli <joey@cyanogenmoditalia.it> | 2016-10-02 14:41:44 +0200 |
|---|---|---|
| committer | Joey Rizzoli <joey@cyanogenmoditalia.it> | 2016-10-14 16:40:39 +0200 |
| commit | 6341ba892565886a305dfd61d5ac226290ddb51b (patch) | |
| tree | 53a8bcc7b020343ed3a95eadd5b82095a8763824 | |
| parent | 7ed5d4b002ee370a3a70d48bc3eb0b922a830b1a (diff) | |
cancro: remove dhcpcd
Change-Id: I31878137f643fe7b29f7922e1b60a034e2ac6990
Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
| -rw-r--r-- | cancro.mk | 1 | ||||
| -rwxr-xr-x | rootdir/root/init.qcom.rc | 55 |
2 files changed, 0 insertions, 56 deletions
@@ -64,7 +64,6 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/wifi/WCNSS_qcom_wlan_nv_x5.bin:system/etc/firmware/wlan/prima/WCNSS_qcom_wlan_nv_x5.bin PRODUCT_PACKAGES += \ - dhcpcd.conf \ libwpa_client \ hostapd \ wpa_supplicant \ diff --git a/rootdir/root/init.qcom.rc b/rootdir/root/init.qcom.rc index e59dab0..cdaff88 100755 --- a/rootdir/root/init.qcom.rc +++ b/rootdir/root/init.qcom.rc @@ -276,8 +276,6 @@ on post-fs-data mkdir /data/misc/wifi 0770 wifi wifi mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi - mkdir /data/misc/dhcp 0770 dhcp dhcp - chown dhcp dhcp /data/misc/dhcp # Create FM directories for patchdownloader mkdir /data/misc/fm 0770 system system @@ -431,9 +429,6 @@ on property:persist.debug.trace=1 write /sys/bus/coresight/devices/coresight-etm2/enable 1 write /sys/bus/coresight/devices/coresight-etm3/enable 1 -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - on property:bluetooth.isEnabled=true write /sys/class/bluetooth/hci0/idle_timeout 7000 @@ -621,26 +616,6 @@ service wpa_supplicant /system/bin/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 ptt_socket_app /system/bin/ptt_socket_app -d -f class main user root @@ -654,36 +629,6 @@ service ptt_ffbm /system/bin/ptt_socket_app -f -d 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 gpsone_daemon /system/bin/gpsone_daemon class late_start user gps |
