From ab1276c54e2b1b2589babdb0a6bdb2818cff85a0 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Wed, 24 Feb 2016 23:52:00 -0600 Subject: Delete dhcpcd init entries, since dhcpcd is no more. Bug: 27192644 Change-Id: I3a682a96bb14977678159c5bd6ee361b92763905 --- rootdir/init.qcom.rc | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) (limited to 'rootdir') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index bc27232..3ade919 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -398,9 +398,6 @@ on post-fs-data restorecon_recursive /idd start wvkbd_installer -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - on property:bluetooth.isEnabled=true # start btwlancoex write /sys/class/bluetooth/hci0/idle_timeout 7000 @@ -457,54 +454,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 - on property:ro.data.large_tcp_window_size=true # Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB) write /proc/sys/net/ipv4/tcp_adv_win_scale 2 -- cgit v1.2.3