diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2011-04-21 12:38:25 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2011-04-21 12:38:25 +0000 |
commit | 4665b24467a324a35547f17445f62a51cf37bc47 (patch) | |
tree | 6dd69f011018cd80b1e53c4c4d01101d1ca00f7b /target/linux/ar71xx/base-files/sbin | |
parent | 9e885676d4b5922892a4c15968f09c21787d87a9 (diff) | |
download | upstream-4665b24467a324a35547f17445f62a51cf37bc47.tar.gz upstream-4665b24467a324a35547f17445f62a51cf37bc47.tar.bz2 upstream-4665b24467a324a35547f17445f62a51cf37bc47.zip |
linux/ar71xx: update wget2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26747 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/sbin')
-rwxr-xr-x | target/linux/ar71xx/base-files/sbin/wget2nand | 4 |
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')" |