mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Added arm support
This commit is contained in:
@@ -44,6 +44,9 @@ case "$ARCH" in
|
||||
x86*|amd*|i?86*)
|
||||
ARCH_X86=$ARCH
|
||||
;;
|
||||
arm*)
|
||||
ARCH_ARM=$ARCH
|
||||
;;
|
||||
*)
|
||||
echo "Invalid Architecture: $ARCH"
|
||||
sleep 5
|
||||
|
||||
Reference in New Issue
Block a user