linux/ar71xx: update wget2nand script
authorAlexandros C. Couloumbis <alex@ozo.com>
Thu, 21 Apr 2011 12:38:25 +0000 (12:38 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Thu, 21 Apr 2011 12:38:25 +0000 (12:38 +0000)
SVN-Revision: 26747

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')"