@@ -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 |
|
|
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 | # 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