diff --git a/config/sources/families/jethub.conf b/config/sources/families/jethub.conf index c4f5845bf6ec..75f66b92b47c 100644 --- a/config/sources/families/jethub.conf +++ b/config/sources/families/jethub.conf @@ -206,6 +206,9 @@ family_tweaks() { if [[ "$BOARD" == jethubj80 ]]; then # Bluetooth chroot_sdcard systemctl --no-reload enable jethub-rtk-hciattach.service + elif [[ "$BOARD" == "jethubj200" ]]; then + display_alert "Disable suspend in JetHub D2" + chroot_sdcard systemctl mask suspend.target fi display_alert "Adding JetHome repository and authentication key" "/etc/apt/sources.list.d/jethome.list" "info"