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-'
|
PREFIX='linux-'
|
||||||
EXTENSION='.tar.xz'
|
EXTENSION='.tar.xz'
|
||||||
MAINLINE=1
|
MAINLINE=1
|
||||||
SHOW_MENU_CONFIG=0
|
|
||||||
CURRENT_VERSION=`uname -r`
|
CURRENT_VERSION=`uname -r`
|
||||||
|
|
||||||
# Function to script script if step fail
|
# Function to script script if step fail
|
||||||
|
@ -67,11 +66,6 @@ isPreviousStepOk
|
||||||
make oldconfig
|
make oldconfig
|
||||||
isPreviousStepOk
|
isPreviousStepOk
|
||||||
|
|
||||||
# Show kernel menu
|
|
||||||
if [ ${SHOW_MENU_CONFIG} -eq 1 ]; then
|
|
||||||
make menuconfig
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Build kernel
|
# Build kernel
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue