all:
	mkimage -A arm -O linux -T script -n "scriptcmd" \
		-d scriptcmd.txt scriptcmd
	cp -f scriptcmd scriptcmd.failsafe
	mkimage -A arm -O linux -T script -n "scriptcmd" \
		-d FirmwareInstall/autorun.1.wmt.txt FirmwareInstall/autorun.1.wmt

clean:
	rm -f scriptcmd scriptcmd.failsafe
	rm -f FirmwareInstall/autorun.1.wmt
