From: acoul Date: Thu, 21 Apr 2011 12:38:25 +0000 (+0000) Subject: linux/ar71xx: update wget2nand script X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=b7a26a735b0f6dd0dac4e57692bcf26412deb7a5;p=openwrt-working-2016%2F.git linux/ar71xx: update wget2nand script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26747 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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')"