Merge tag 'JH7110_515_SDK_v4.8.2' into jh7110-mm-devel

version JH7110_515_SDK_v4.8.2 for JH7110 EVB board
This commit is contained in:
Andy Hu
2023-04-26 23:23:22 +08:00
3 changed files with 316 additions and 173 deletions
+6 -1
View File
@@ -16,7 +16,12 @@ case "$1" in
fi
;;
stop)
swapoff PARTLABEL="hibernation"
FILE=/dev/disk/by-partlabel/hibernation
if [ -b "$FILE" ];then
swapoff PARTLABEL="hibernation"
else
echo "No PARTLABEL=hibernation!"
fi
;;
*)
echo "Usage: $0 {start|stop}"