Allow using FAT boot partition with any device
This commit is contained in:
parent
e2158a76c4
commit
f135eca2b2
@ -39,7 +39,7 @@ while [[ $k1 -lt ${#MYARRAY1[@]} ]]
|
||||
RELEASE=${MYARRAY1[$k1]}
|
||||
BRANCH=$2
|
||||
unset IFS array DESKTOP_TARGET LINUXFAMILY LINUXCONFIG LINUXKERNEL LINUXSOURCE KERNELBRANCH \
|
||||
BOOTLOADER BOOTSOURCE BOOTBRANCH CPUMIN GOVERNOR needs_uboot needs_kernel
|
||||
BOOTLOADER BOOTSOURCE BOOTBRANCH CPUMIN GOVERNOR needs_uboot needs_kernel BOOTSIZE
|
||||
|
||||
source $SRC/lib/configuration.sh
|
||||
array=(${DESKTOP_TARGET//,/ })
|
||||
|
||||
@ -38,7 +38,7 @@ SDSIZE="4000" # SD image size in MB
|
||||
TZDATA=`cat /etc/timezone` # Timezone for target is taken from host or defined here.
|
||||
USEALLCORES="yes" # Use all CPU cores for compiling
|
||||
OFFSET="1" # Bootloader space in MB (1 x 2048 = default)
|
||||
BOOTSIZE="0" # Mb size of boot partition
|
||||
BOOTSIZE=${BOOTSIZE-0} # Mb size of boot partition
|
||||
EXIT_PATCHING_ERROR="" # exit patching if failed
|
||||
SERIALCON="ttyS0"
|
||||
MISC1="https://github.com/linux-sunxi/sunxi-tools.git" # Allwinner fex compiler / decompiler
|
||||
|
||||
Loading…
Reference in New Issue
Block a user