diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh
index 19232ba087c2c2f75268feab146faebb9ef249f3..ce5b406009dbfcb73a11b1e8d91e67422703deb6 100644
--- a/rootdir/etc/init.qcom.post_boot.sh
+++ b/rootdir/etc/init.qcom.post_boot.sh
@@ -737,9 +737,9 @@ else
echo 1 > /sys/module/lowmemorykiller/parameters/oom_reaper
fi
- if [ "$ProductName" != "bengal_32" ]; then
- #bengal_32 has appcompaction enabled. So not needed
- # Set PPR parametersi for other targets
+ if [[ "$ProductName" != "bengal"* ]]; then
+ #bengal has appcompaction enabled. So not needed
+ # Set PPR parameters for other targets
if [ -f /sys/devices/soc0/soc_id ]; then
soc_id=`cat /sys/devices/soc0/soc_id`
else