Commit 481c69d3 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Alessandro Rubini

flash-wrs: fix path to initramfs and usrtar when *.tar image is specified

parent 736234b1
......@@ -171,8 +171,8 @@ while [ $# -ge 1 ]; do
at91bs=$WRSTMPDIR/at91bootstrap.bin;
barebox=$WRSTMPDIR/barebox.bin
kernel=$WRSTMPDIR/zImage
initramfs=$WRSTMPDIR/images/wrs-initramfs.gz
usrtar=$WRSTMPDIR/images/wrs-usr.tar.gz
initramfs=$WRSTMPDIR/wrs-initramfs.gz
usrtar=$WRSTMPDIR/wrs-usr.tar.gz
shift;;
-h|--help) showhelp; shift;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment