mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00:00
Olddefconfig is not supported by legacy kernel
This commit is contained in:
parent
051e3f0b2b
commit
dfa5564f48
1 changed files with 5 additions and 1 deletions
|
@ -162,7 +162,11 @@ export LOCALVERSION="-"$LINUXFAMILY
|
|||
|
||||
# this way of compilation is much faster. We can use multi threading here but not later
|
||||
if [ "$KERNEL_CONFIGURE" != "yes" ]; then
|
||||
make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- olddefconfig
|
||||
if [ "$BRANCH" = "default" ]; then
|
||||
make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- silentoldconfig
|
||||
else
|
||||
make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- olddefconfig
|
||||
fi
|
||||
else
|
||||
make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- oldconfig
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue