diff --git a/build.sh b/build.sh index 662eadc6..b337c291 100755 --- a/build.sh +++ b/build.sh @@ -659,13 +659,12 @@ fi cp .config.keep .config scripts/feeds install kmod-macremapper echo "Done" -exit if [ ! -f "../../$OMR_TARGET_CONFIG" ]; then echo "Target $OMR_TARGET not found ! You have to configure and compile your kernel manually." exit 1 fi - +exit echo "Building $OMR_DIST for the target $OMR_TARGET with kernel $OMR_KERNEL" make defconfig make IGNORE_ERRORS=m "$@"