sm7125-common: Switch to R RIL and QMI blobs
Change-Id: Iaccabd7566aff29c1e73b4490a20ed53853ad54c
This commit is contained in:
committed by
Simon1511
parent
cc5d7b86a6
commit
269c9048f9
+12
-3
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
@@ -18,6 +18,14 @@ on boot
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_ctl
|
||||
exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/5.4-gki rmnet_core
|
||||
|
||||
on boot
|
||||
#Reduce the pressure on the reassemly cache by discarding orphan fragments quicker
|
||||
write /proc/sys/net/netfilter/nf_conntrack_frag6_timeout 10
|
||||
|
||||
on boot && property:ro.csc.countryiso_code=BR
|
||||
#Reduce the pressure on the reassemly cache by discarding orphan fragments quicker
|
||||
write /proc/sys/net/netfilter/nf_conntrack_frag6_timeout 60
|
||||
|
||||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
#Create NETMGR daemon log dir
|
||||
@@ -34,8 +42,9 @@ on post-fs-data
|
||||
on property:persist.vendor.data.mode=disabled
|
||||
stop vendor.netmgrd
|
||||
|
||||
service vendor.netmgrd /system/vendor/bin/netmgrd
|
||||
class main
|
||||
# Do not use Qcom Netmgrd
|
||||
#service vendor.netmgrd /system/vendor/bin/netmgrd
|
||||
# class main
|
||||
|
||||
on property:ro.vendor.use_data_netmgrd=false
|
||||
# netmgr not supported on specific target
|
||||
|
||||
Reference in New Issue
Block a user