From 4f1af1fb196833a2d890ed7b775c053a6e799f32 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 2 Mar 2022 17:12:36 +0100 Subject: [PATCH] discard kernel build output --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 13606c6..c80b3ea 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -32,7 +32,7 @@ build_linux() curl -s https://tg.st/u/XKVZ.patch | git am - curl -s https://tg.st/u/config-2022-02-19 > .config make olddefconfig - make -j `nproc` V=0 bindeb-pkg + make -j `nproc` V=0 bindeb-pkg > /dev/null ) } -- 2.39.5