Skip to content

Commit f4522ab

Browse files
author
Digital-Larry
authored
CTD-547 add aarch64 to list of recognized architectures (#122)
* CTD-547 add aarch64 to list of recognized architectures * CTD-547 incremented file version and updated modified date.
1 parent c5ac537 commit f4522ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

connectd/usr/bin/connectd_library

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# Copyright (C) 2019 remot3.it, Inc. All rights reserved.
1010

1111
##### Settings #####
12-
LIBVERSION=lib_v2.1.23
12+
LIBVERSION=lib_v2.1.24
1313
AUTHOR="Gary Worsham"
14-
LIBMODIFIED="June 21, 2020"
14+
LIBMODIFIED="June 29, 2020"
1515
GREPFLAGS=
1616
apikey="remote.it.developertoolsHW9iHnd"
1717

@@ -1383,6 +1383,8 @@ installProvisioning()
13831383
platformType="430"
13841384
elif [ "$(echo "$PLATFORM" | grep "arm")" != "" ]; then
13851385
platformType="4B0"
1386+
elif [ "$(echo "$PLATFORM" | grep "aarch64")" != "" ]; then
1387+
platformType="4B0"
13861388
elif [ "$(echo "$PLATFORM" | grep "mips")" != "" ]; then
13871389
platformType="4B1"
13881390
else

0 commit comments

Comments
 (0)