echo "No URL specified for image TGZ"
echo "Usage : $0 URL"
exit 1
-}
+}
boot="$(find_mtd_part 'RouterBoard NAND Boot')"
main="$(find_mtd_part 'rootfs')"
mount -t yaffs2 "$boot" /tmp/wget2nand-boot
echo "Copying filesystem..."
-( wget -O - $url/openwrt-rb532-2.6-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
-wget -O /tmp/wget2nand-boot/kernel $url/openwrt-rb532-2.6-vmlinux
+( wget -O - $url/openwrt-rb532-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
+wget -O /tmp/wget2nand-boot/kernel $url/openwrt-rb532-vmlinux
# No need to patch the kernel, this was done during the build process
chmod +x /tmp/wget2nand-boot/kernel