mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
nitropad-nx: fix EC-based poweroff/reboot
Signed-off-by: Markus Meissner <coder@safemailbox.de>
This commit is contained in:
parent
65abba9946
commit
a1c13ff132
@ -9,7 +9,7 @@ if [ "$CONFIG_TPM" = "y" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run special EC-based poweroff for Nitropad-Nxx
|
# Run special EC-based poweroff for Nitropad-Nxx
|
||||||
if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 || "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then
|
if [ "$CONFIG_BOARD" = "nitropad-nv41" ] || [ "$CONFIG_BOARD" = "nitropad-ns50" ]; then
|
||||||
/bin/nitropad-shutdown.sh
|
/bin/nitropad-shutdown.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ if [ "$CONFIG_TPM" = "y" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run special EC-based poweroff for Nitropad-Nxx
|
# Run special EC-based poweroff for Nitropad-Nxx
|
||||||
if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 ] || [ "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then
|
if [ "$CONFIG_BOARD" = "nitropad-nv41" ] || [ "$CONFIG_BOARD" = "nitropad-ns50" ]; then
|
||||||
/bin/nitropad-shutdown.sh
|
/bin/nitropad-shutdown.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user