@@ -202,7 +202,7 COMPILER_PACKAGES="" | |||
|
202 | 202 | set +x |
|
203 | 203 | |
|
204 | 204 | #make script easier and more stable to use with convenient setup switch. Just setup SET_ARCH and RPI_MODEL and your good to go! |
|
205 | if [ -n "$SET_ARCH" ] | |
|
205 | if [ -n "$SET_ARCH" ] ; then | |
|
206 | 206 | echo "Setting Architecture specific settings" |
|
207 | 207 | ################################## |
|
208 | 208 | # 64 bit config |
@@ -254,7 +254,6 if [ -n "$SET_ARCH" ] | |||
|
254 | 254 | KERNEL_IMAGE=${KERNEL_IMAGE:=kernel7.img} |
|
255 | 255 | CROSS_COMPILE=${CROSS_COMPILE:=arm-linux-gnueabihf-} |
|
256 | 256 | fi |
|
257 | fi | |
|
258 | 257 | |
|
259 | 258 | #Device specific configuration |
|
260 | 259 | case "$RPI_MODEL" in |
@@ -283,6 +282,8 if [ -n "$SET_ARCH" ] | |||
|
283 | 282 | exit 1 |
|
284 | 283 | ;; |
|
285 | 284 | esac |
|
285 | #end 32 bit | |
|
286 | fi | |
|
286 | 287 | #SET_ARCH not set |
|
287 | 288 | else |
|
288 | 289 | echo "error: Please set '32' or '64' as value for SET_ARCH" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant