mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
OC2,WH,WP2: Allow updates between aarch64 and arm
This commit is contained in:
7
projects/Odroid_C2/filesystem/usr/share/bootloader/canupdate.sh
Executable file
7
projects/Odroid_C2/filesystem/usr/share/bootloader/canupdate.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
# Allow upgrades between aarch64 and arm
|
||||
PROJECT="Odroid_C2"
|
||||
if [ "$1" = "${PROJECT}.aarch64" ] || [ "$1" = "${PROJECT}.arm" ]; then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
7
projects/WeTek_Hub/filesystem/usr/share/bootloader/canupdate.sh
Executable file
7
projects/WeTek_Hub/filesystem/usr/share/bootloader/canupdate.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
# Allow upgrades between aarch64 and arm
|
||||
PROJECT="WeTek_Hub"
|
||||
if [ "$1" = "${PROJECT}.aarch64" ] || [ "$1" = "${PROJECT}.arm" ]; then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
7
projects/WeTek_Play_2/filesystem/usr/share/bootloader/canupdate.sh
Executable file
7
projects/WeTek_Play_2/filesystem/usr/share/bootloader/canupdate.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
# Allow upgrades between aarch64 and arm
|
||||
PROJECT="WeTek_Play_2"
|
||||
if [ "$1" = "${PROJECT}.aarch64" ] || [ "$1" = "${PROJECT}.arm" ]; then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user