Removed useless check

This commit is contained in:
dbroqua 2021-03-08 14:00:36 +01:00
parent db5705f005
commit 81cbad3dd7

View File

@ -12,7 +12,6 @@ DIR="/usr/src/"
PREFIX='linux-'
EXTENSION='.tar.xz'
MAINLINE=1
SHOW_MENU_CONFIG=0
CURRENT_VERSION=`uname -r`
# Function to script script if step fail
@ -67,11 +66,6 @@ isPreviousStepOk
make oldconfig
isPreviousStepOk
# Show kernel menu
if [ ${SHOW_MENU_CONFIG} -eq 1 ]; then
make menuconfig
fi
# Build kernel
make -j$(nproc)