summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/sbin
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2011-04-21 12:38:25 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2011-04-21 12:38:25 +0000
commitf13581eedba597df4795222052328bf4575f37c9 (patch)
tree700d833b97e278dc7bcd238fc18ea97699a74915 /target/linux/ar71xx/base-files/sbin
parent015b010f90daa928dbcba6c5c8dfb4085b41695d (diff)
downloadmaster-31e0f0ae-f13581eedba597df4795222052328bf4575f37c9.tar.gz
master-31e0f0ae-f13581eedba597df4795222052328bf4575f37c9.tar.bz2
master-31e0f0ae-f13581eedba597df4795222052328bf4575f37c9.zip
linux/ar71xx: update wget2nand script
SVN-Revision: 26747
Diffstat (limited to 'target/linux/ar71xx/base-files/sbin')
-rwxr-xr-xtarget/linux/ar71xx/base-files/sbin/wget2nand4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/sbin/wget2nand b/target/linux/ar71xx/base-files/sbin/wget2nand
index 171e3fa6db..9cd6e7c40e 100755
--- a/target/linux/ar71xx/base-files/sbin/wget2nand
+++ b/target/linux/ar71xx/base-files/sbin/wget2nand
@@ -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')"