fix nandwrite

This commit is contained in:
gutosie
2021-03-10 14:46:16 +02:00
committed by GitHub
parent 1f9575dcb7
commit 571798db9c

View File

@@ -21,6 +21,10 @@ if [ -f /tmp/zImage ]; then
rm -f /tmp/zImage
fi
if [ ! -f /bin/busybox.nosuid ]; then
ln -sf "busybox" "/bin/busybox.nosuid"
fi
KERNEL=`uname -r`
IMAGE=ImageBoot
IMAGENEXTBOOT=/ImageBoot/.neonextboot