Update nand-sata-install for legacy branch

This commit is contained in:
leeboby 2020-11-24 09:43:22 +08:00
parent 24ea4e0a14
commit 58a4d5a50f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ spicheck=$(grep 'mtd' /proc/partitions | awk '{print $NF}')
# define makefs and mount options
declare -A mkopts mountopts
# for ARMv7 remove 64bit feature from default mke2fs format features
if [[ $LINUXFAMILY == mvebu ]]; then
if [[ $LINUXFAMILY =~ sun50iw6|sun50iw2|sun50iw1 && $BRANCH == legacy ]]; then
mkopts[ext2]='-O ^64bit -qF'
mkopts[ext3]='-O ^64bit -qF'
mkopts[ext4]='-O ^64bit -qF'