]> git.vomp.tv Git - vompclient.git/commitdiff
include cpu of rpi2 in select platform
authorMarten Richter <marten.richter@freenet.de>
Wed, 3 Jun 2015 06:05:35 +0000 (08:05 +0200)
committerMarten Richter <marten.richter@freenet.de>
Wed, 3 Jun 2015 06:05:35 +0000 (08:05 +0200)
select-platform

index d538cbdd10f84b056385a94a02a3350c90947882..90169cccac3fc8c48991e801383f13c890ade1a2 100755 (executable)
@@ -2,6 +2,8 @@
 
 if grep -q BCM2708 /proc/cpuinfo ; then
   echo "raspberry"
+elif grep -q BCM2709 /proc/cpuinfo ; then
+  echo "raspberry"
 else
   echo "mvp"
 fi