tools/refresh.sh: shouldn't redirect "make oldconfig" to /dev/null

since kconfig need interact with user to make the selection

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-05-11 11:50:25 +08:00 committed by patacongo
parent 2b5ff17a85
commit b4dceaa88c

View File

@ -244,7 +244,7 @@ for CONFIG in ${CONFIGS}; do
if [ "X${debug}" == "Xy" ]; then
make oldconfig V=1
else
make oldconfig 1>/dev/null
make oldconfig
fi
fi
fi