Skip to content

Commit

Permalink
Added support for arm7l
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Nguyen committed Oct 19, 2013
1 parent b5b696b commit 28f8244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/sm-installer
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case $platform in
(Linux/i[456]86)
platform=Linux/i386
;;
(Linux/armv6l)
(Linux/armv[67]l)
platform=Linux/arm
;;
(*)
Expand Down
2 changes: 1 addition & 1 deletion core/install/shell/functions
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ get_platform()
(Linux/i[456]86)
echo "Linux/i386"
;;
(Linux/armv6l)
(Linux/armv[67]l)
echo "Linux/arm"
;;
(*)
Expand Down

0 comments on commit 28f8244

Please sign in to comment.