linux/ar71xx: update wget2nand script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26747 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Alexandros C. Couloumbis 2011-04-21 12:38:25 +00:00
parent 9e885676d4
commit 4665b24467
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ url=$1
exit 1 exit 1
} }
url_kernel=$url/openwrt-ar71xx-vmlinux.elf url_kernel=$url/openwrt-ar71xx-nand-vmlinux.elf
url_rootfs=$url/openwrt-ar71xx-rootfs.tar.gz url_rootfs=$url/openwrt-ar71xx-nand-rootfs.tar.gz
mtd_kernel="$(find_mtd_part 'kernel')" mtd_kernel="$(find_mtd_part 'kernel')"
mtd_rootfs="$(find_mtd_part 'rootfs')" mtd_rootfs="$(find_mtd_part 'rootfs')"