From 2cf2a69a1935e305e47c8103a23234c6d37fd08a Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Thu, 30 Dec 2021 18:01:05 +0800 Subject: [PATCH] Update build.sh --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 "$@"