commit | 9bb5a1428c85a0f5ed47d98d17c0da20055c7b48 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@gmail.com> | Wed May 29 00:19:57 2024 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Sep 18 04:43:02 2024 +0300 |
tree | 44139a16ed86cdb82f7979340db0ef058116f413 | |
parent | eba77f24004344dda244db6fda2ec3a8bb764f57 [diff] [blame] |
otter: Update init scripts Change-Id: Ibb12db16d8c64c64b2b7358477e59d933efe4425
diff --git a/init/init.qcom.early_boot.sh b/init/init.qcom.early_boot.sh index 76a9415..54fb93d 100644 --- a/init/init.qcom.early_boot.sh +++ b/init/init.qcom.early_boot.sh
@@ -434,7 +434,7 @@ case "$target" in "msm8937") case "$soc_hwid" in - 386|354|353|303) + 386|354|353|303|436) # enable qrtr-ns service for kernel 4.14 or above KernelVersionStr=`cat /proc/sys/kernel/osrelease` KernelVersionS=${KernelVersionStr:2:2}