diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2016-11-23 20:02:46 -0800 |
|---|---|---|
| committer | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-11-23 20:03:38 -0800 |
| commit | 282f6173ba830a13f5a8c3054dec483eb0d4562e (patch) | |
| tree | 2a576d8649a958201802f04fae13772f1e60eae6 | |
| parent | 8936c808ff57f9a650e23a78930b464d11009c70 (diff) | |
Delete dhcpcd init entries, since dhcpcd is no more.
Bug: 27192644
Change-Id: I5147d697cbd229257b83a508d7dfca34369737bc
| -rw-r--r-- | init.mako.rc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/init.mako.rc b/init.mako.rc index 8aeb2ee..1e1569f 100644 --- a/init.mako.rc +++ b/init.mako.rc @@ -296,9 +296,6 @@ on charger write /sys/devices/system/cpu/cpu2/online 0 write /sys/devices/system/cpu/cpu3/online 0 -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - service rmt_storage /system/bin/rmt_storage class core user root @@ -373,34 +370,6 @@ service p2p_supplicant /system/bin/wpa_supplicant \ disabled oneshot -service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL - class main - disabled - oneshot - -service dhcpcd_p2p /system/bin/dhcpcd -aABKL - class main - disabled - oneshot - -service iprenew_wlan0 /system/bin/dhcpcd -n - class main - disabled - oneshot - -service iprenew_p2p /system/bin/dhcpcd -n - class main - 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 |
