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:
parent
2b5ff17a85
commit
b4dceaa88c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user