summaryrefslogtreecommitdiffstats
path: root/board/a9m2440/env/bin/update_root
blob: 46cbca5bebbd6d34ec71c45265efa136c59d897d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

. /env/config

part=/dev/nand0.root.bb

if [ x$1 = x ]; then
	image=$jffs2
else
	image=$1
fi

. /env/bin/_update $image