##// END OF EJS Templates
cross-compiler update
Unknown -
r270:ba1e454d05b7
parent child
Show More
@@ -301,11 +301,17 fi
301 # Add packages required for kernel cross compilation
301 # Add packages required for kernel cross compilation
302 if [ "$BUILD_KERNEL" = true ] ; then
302 if [ "$BUILD_KERNEL" = true ] ; then
303 if [ "$KERNEL_ARCH" = "arm" ] ; then
303 if [ "$KERNEL_ARCH" = "arm" ] ; then
304 if [ "$RELEASE_ARCH" = "armel" ]; then
305 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armel"
306 fi
307 if [ "$RELEASE_ARCH" = "armhf" ]; then
304 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armhf"
308 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armhf"
305 else
309 fi
310 if [ "$RELEASE_ARCH" = "arm64" ]; then
306 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64"
311 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64"
307 fi
312 fi
308 fi
313 fi
314 fi
309
315
310 # Add libncurses5 to enable kernel menuconfig
316 # Add libncurses5 to enable kernel menuconfig
311 if [ "$KERNEL_MENUCONFIG" = true ] ; then
317 if [ "$KERNEL_MENUCONFIG" = true ] ; then
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant