##// 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 if [ "$RELEASE_ARCH" = "armhf" ]; then
306 if [ "$RELEASE_ARCH" = "armhf" ]; then
307 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armhf"
307 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armhf"
308 fi
308 fi
309 fi
309 if [ "$RELEASE_ARCH" = "arm64" ]; then
310 if [ "$RELEASE_ARCH" = "arm64" ]; then
310 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64"
311 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64"
311 fi
312 fi
312 fi
313 fi
313 fi
314
314
315 # Add libncurses5 to enable kernel menuconfig
315 # Add libncurses5 to enable kernel menuconfig
316 if [ "$KERNEL_MENUCONFIG" = true ] ; then
316 if [ "$KERNEL_MENUCONFIG" = true ] ; then
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant