diff --git a/setup_board b/setup_board index 619cc6382e..1249f10cfc 100755 --- a/setup_board +++ b/setup_board @@ -721,7 +721,7 @@ else # # Emerge the kernel headers into the board build root. # - EMERGE_FLAGS="--select" + EMERGE_FLAGS="--select --quiet" if [[ $FLAGS_usepkg -eq $FLAGS_TRUE ]]; then EMERGE_FLAGS+=" --getbinpkg --usepkg" fi