@@ -215,10 +215,12 if [ "$ENABLE_WIRELESS" = true ] && [ "$RPI_MODEL" != 3 ] ; then | |||
|
215 | 215 | fi |
|
216 | 216 | |
|
217 | 217 | # Check if DISABLE_UNDERVOLT_WARNINGS parameter value is supported |
|
218 | if [ ! -z "$DISABLE_UNDERVOLT_WARNINGS" ] ; then | |
|
218 | 219 | if [ "$DISABLE_UNDERVOLT_WARNINGS" != 1 ] && [ "$DISABLE_UNDERVOLT_WARNINGS" != 2 ] ; then |
|
219 | 220 | echo "error: DISABLE_UNDERVOLT_WARNINGS=${DISABLE_UNDERVOLT_WARNINGS} is not supported" |
|
220 | 221 | exit 1 |
|
221 | 222 | fi |
|
223 | fi | |
|
222 | 224 | |
|
223 | 225 | # Set compiler packages and build RPi2/3 Linux kernel if required by Debian release |
|
224 | 226 | if [ "$RELEASE" = "jessie" ] ; then |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant