##// END OF EJS Templates
fix R_ARCH=arm64 check for crosscompiler dep....
Unknown -
r283:433852708c98
parent child
Show More
@@ -306,11 +306,11 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 fi
309 310 if [ "$RELEASE_ARCH" = "arm64" ]; then
310 311 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64"
311 312 fi
312 313 fi
313 fi
314 314
315 315 # Add libncurses5 to enable kernel menuconfig
316 316 if [ "$KERNEL_MENUCONFIG" = true ] ; then
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant