blob: 46cbca5bebbd6d34ec71c45265efa136c59d897d [file] [log] [blame]
#!/bin/sh
. /env/config
part=/dev/nand0.root.bb
if [ x$1 = x ]; then
image=$jffs2
else
image=$1
fi
. /env/bin/_update $image