##// END OF EJS Templates
fix R_ARCH=arm64 check for crosscompiler dep....
Unknown -
r283:433852708c98
parent child
Show More
@@ -306,9 +306,9 if [ "$BUILD_KERNEL" = true ] ; then
306 306 if [ "$RELEASE_ARCH" = "armhf" ]; then
307 307 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armhf"
308 308 fi
309 if [ "$RELEASE_ARCH" = "arm64" ]; then
310 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64"
311 fi
309 fi
310 if [ "$RELEASE_ARCH" = "arm64" ]; then
311 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64"
312 312 fi
313 313 fi
314 314
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant