linux/ar71xx: update wget2nand script
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / sbin / wget2nand
index 171e3fa6dbbc5b5011f2073232f5f77c4d496be7..9cd6e7c40e93f145fa693a88e633010c91d08ad2 100755 (executable)
@@ -27,8 +27,8 @@ url=$1
         exit 1
 }
 
-url_kernel=$url/openwrt-ar71xx-vmlinux.elf
-url_rootfs=$url/openwrt-ar71xx-rootfs.tar.gz
+url_kernel=$url/openwrt-ar71xx-nand-vmlinux.elf
+url_rootfs=$url/openwrt-ar71xx-nand-rootfs.tar.gz
 
 mtd_kernel="$(find_mtd_part 'kernel')"
 mtd_rootfs="$(find_mtd_part 'rootfs')"