Former-commit-id: 9525da45219ba48a8e45ac275182f17016b9f7b5
This commit is contained in:
brindosch 2016-05-05 12:42:34 +02:00
parent f1c510bc81
commit 2b077aad94
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ if [ $CPU_RPI -eq 1 ] && [ $OS_OPENELEC -ne 1 ]; then
fi
#Check, if dtparam=spi=on is in place (just for OPENELEC/LibreELEC
)
if [ $CPU_RPI -eq 1 ] && [ $OS_OPENELEC -eq 1 ]; then
SPIOK=`grep '^\dtparam=spi=on' /flash/config.txt | wc -l`
if [ $SPIOK -ne 1 ]; then