summaryrefslogtreecommitdiffstats
path: root/ich9macchange
diff options
context:
space:
mode:
Diffstat (limited to 'ich9macchange')
-rwxr-xr-xich9macchange2
1 files changed, 2 insertions, 0 deletions
diff --git a/ich9macchange b/ich9macchange
index a31ef65..65e3624 100755
--- a/ich9macchange
+++ b/ich9macchange
@@ -25,6 +25,8 @@ if [ $(uname -i) = "i686" ] || [ $(uname -m) = "i686" ]; then
arch="i686"
elif [ $(uname -i) = "x86_64" ] || [ $(uname -m) = "x86_64" ]; then
arch="x86_64"
+elif [ $(uname -i) = "armv7l" ] || [ $(uname -m) = "armv7l" ]; then
+ arch="armv7l"
else
echo "This script must be run on an i686 or x86_64 host. x86_64 is recommended."
exit 1