1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added Respberry Pi 1 support.

This commit is contained in:
Ylian Saint-Hilaire 2017-09-07 12:28:05 -07:00
parent b6c7403653
commit 4dfc83f09e
6 changed files with 11 additions and 5 deletions

BIN
agents/meshagent_pi Normal file

Binary file not shown.

View file

@ -46,9 +46,9 @@ CheckInstallAgent() {
# Linux x86, 32 bit
machineid=5
fi
if [ $machinetype == 'armv7l' ]
if [ $machinetype == 'armv6l' ] || [ $machinetype == 'armv7l' ]
then
# Raspberry Pi 2 or Raspberry Pi 3
# RaspberryPi 1 (armv6l) or RaspberryPi 2/3 (armv7l)
machineid=25
fi
# TODO: Add more machine types, detect KVM support, etc.