Cleaning command here is obsolete, removing
This commit is contained in:
parent
dfa5564f48
commit
66eff1d540
@ -141,8 +141,6 @@ sleep 2
|
||||
if [ -d "$SOURCES/$LINUXSOURCE" ]; then
|
||||
|
||||
cd $SOURCES/$LINUXSOURCE
|
||||
# delete previous creations
|
||||
if [ "$KERNEL_CLEAN" = "yes" ]; then make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- clean | dialog --backtitle "$backtitle" --progressbox "Cleaning kernel source ..." 20 70; fi
|
||||
|
||||
# adding custom firmware to kernel source
|
||||
if [[ -n "$FIRMWARE" ]]; then unzip -o $SRC/lib/$FIRMWARE -d $SOURCES/$LINUXSOURCE/firmware; fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user