kill "EXTERNAL" (#3005)

e1526c438f (commitcomment-53297470)
This commit is contained in:
AndreiCherniaev 2021-07-13 13:49:42 +04:00 committed by GitHub
parent 23d8d1e1b0
commit 3a5cb09939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,9 +370,6 @@ elif [[ $BUILD_MINIMAL == "yes" ]]; then
SELECTED_CONFIGURATION="cli_minimal"
fi
[[ $BUILD_MINIMAL == yes ]] && EXTERNAL=no
[[ ${KERNEL_CONFIGURE} == prebuilt ]] && [[ -z ${REPOSITORY_INSTALL} ]] && \
REPOSITORY_INSTALL="u-boot,kernel,bsp,armbian-zsh,armbian-config,armbian-firmware${BUILD_DESKTOP:+,armbian-desktop}"