mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
installer fixes for arm
- Fixed arch typo
This commit is contained in:
@@ -27,7 +27,7 @@ ARCH=`uname -m`
|
||||
if test "$ARCH" != "$IARCH"; then
|
||||
# identify mappings between kernel arch and debian arch
|
||||
case "$IARCH:$ARCH" in
|
||||
armel:arm7l) ;;
|
||||
armel:armv7l) ;;
|
||||
powerpc:ppc) ;;
|
||||
*)
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user