Removed useless check
This commit is contained in:
parent
db5705f005
commit
81cbad3dd7
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue