diff --git a/meta-digi-dey/recipes-core/busybox/busybox/ccimx9/standby-actions b/meta-digi-dey/recipes-core/busybox/busybox/ccimx9/standby-actions index 52c113885..aa4eb7576 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox/ccimx9/standby-actions +++ b/meta-digi-dey/recipes-core/busybox/busybox/ccimx9/standby-actions @@ -24,7 +24,7 @@ wifi_actions_needed() { } bt_actions_needed() { - systemctl -q is-active bluetooth-init + systemctl -q is-active bluetooth-init && [ ! -e "/sys/firmware/devicetree/base/soc@0/bus@42800000/mmc@428b0000/keep-power-in-suspend" ] } if [ "${1}" = "pre" ]; then