From 6f19b33f0c9939a2512a352683986c29b7042d92 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Thu, 30 Dec 2021 17:58:36 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8ee314a2..662eadc6 100755 --- a/build.sh +++ b/build.sh @@ -634,7 +634,6 @@ echo "Done" cd "$OMR_TARGET/source" echo "Update feeds index" cp .config .config.keep -exit scripts/feeds clean scripts/feeds update -a @@ -660,6 +659,7 @@ 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."