From 8fed014e862f3f7a31dcc67f946446ff91ac95f8 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Thu, 28 Jan 2016 13:53:18 +0000 Subject: [PATCH] Compute Module added to is_pione. --- raspi-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index 419031b..7d0f501 100755 --- a/raspi-config +++ b/raspi-config @@ -11,7 +11,7 @@ CONFIG=/boot/config.txt is_pione() { if grep -q "^Revision\s*:\s*00[0-9a-fA-F][0-9a-fA-F]$" /proc/cpuinfo; then return 0 - elif grep -q "^Revision\s*:\s*[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]0[0-3][0-9a-fA-F]" /proc/cpuinfo ; then + elif grep -q "^Revision\s*:\s*[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]0[0-36][0-9a-fA-F]" /proc/cpuinfo ; then return 0 else return 1