Add files via upload

This commit is contained in:
gutosie
2021-03-12 14:53:38 +02:00
committed by GitHub
parent 2a8955380b
commit 7f05372482
2 changed files with 8 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ if [ $VUMODEL = "bm750" ] || [ $BOXNAME = "vuduo" ] || [ $BOXNAME = "vusolo" ] |
flash_eraseall /dev/mtd1 > /dev/null 2>&1
[ $PL ] && echo "Wgrywanie kernel do /dev/mtd1..." || echo "Writing kernel to /dev/mtd1"
sleep 2
$NandWrite -p /dev/mtd1 /media/hdd/.kernel/vusolo.vmlinux.gz > /dev/null 2>&1
$NandWrite -p /dev/mtd1 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz > /dev/null 2>&1
fi
fi
update-alternatives --remove vmlinux vmlinux-`uname -r` || true