diff --git a/make.sh b/make.sh index 2ad0995304..34ff2025c7 100755 --- a/make.sh +++ b/make.sh @@ -733,7 +733,7 @@ function finish() echo if [ ! -z "$OPTION" ]; then echo "Platform ${RKCHIP_LABEL} is build OK, with exist .config ($OPTION)" - elif [ "$BOARD" = '' ]; then + elif [ "$BOARD" = '' -o "$BOARD" = 'nopack' ]; then echo "Platform ${RKCHIP_LABEL} is build OK, with exist .config" else echo "Platform ${RKCHIP_LABEL} is build OK, with new .config(make ${BOARD}_defconfig)"