From 54e9e5e713cdb9f962c11bae85f21dee1df331f2 Mon Sep 17 00:00:00 2001 From: Praveen Chidambaram Date: Tue, 6 Nov 2012 15:14:18 -0700 Subject: [PATCH] common: Update thermal start up script The thermal start up script, based on the target will start thermald or thermal-engine. Change-Id: I0aa9a69f16a2637f26f50c9e105df044bc95ecd4 --- common.mk | 2 +- rootdir/etc/init.qcom.syspart_fixup.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common.mk b/common.mk index 0b782ae8..954f0a7b 100755 --- a/common.mk +++ b/common.mk @@ -127,7 +127,7 @@ INIT := init.qcom.composition_type.sh INIT += init.target.8x25.sh INIT += init.qcom.mdm_links.sh INIT += init.qcom.modem_links.sh -INIT += init.qcom.thermald_conf.sh +INIT += init.qcom.thermal_conf.sh INIT += init.qcom.sensor.sh INIT += init.target.rc INIT += init.qcom.bt.sh diff --git a/rootdir/etc/init.qcom.syspart_fixup.sh b/rootdir/etc/init.qcom.syspart_fixup.sh index 7ea52fe3..b2298fc6 100755 --- a/rootdir/etc/init.qcom.syspart_fixup.sh +++ b/rootdir/etc/init.qcom.syspart_fixup.sh @@ -56,8 +56,8 @@ if [ -f /system/etc/init.qcom.mdm_links.sh ]; then fi # Run thermal script -if [ -f /system/etc/init.qcom.thermald_conf.sh ]; then - /system/bin/sh /system/etc/init.qcom.thermald_conf.sh +if [ -f /system/etc/init.qcom.thermal_conf.sh ]; then + /system/bin/sh /system/etc/init.qcom.thermal_conf.sh fi # Run wifi script