rpi (armv6) bin add

sandbox1
DiMartinoXBMC 2015-12-20 02:10:57 +03:00
parent bf5de38e66
commit d39d77ab3a
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
24522477

Binary file not shown.

View File

@ -17,6 +17,8 @@ class Platform:
def arch():
if sys.platform.lower().startswith('linux') and (uname()[4].lower().startswith('arm') or
uname()[4].lower().startswith('aarch')):
if uname()[4].lower().startswith('armv6'):
return "armv6"
return 'arm'
elif sys.maxsize > 2**32:
return 'x64'