X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Frb532%2Fbase-files%2Fsbin%2Fwget2nand;fp=target%2Flinux%2Frb532%2Fbase-files%2Fsbin%2Fwget2nand;h=710bfa399f2f5174f916a98a4d078475fb0b10fe;hp=67e4a94a8164ba4352b39973b19e632d0c5b9dc9;hb=7879b1dea9b0cd74cc69cc45aa0c20fda8fa777c;hpb=2562fe5a89cbb375ede289a00bb4307d06cbf1e5 diff --git a/target/linux/rb532/base-files/sbin/wget2nand b/target/linux/rb532/base-files/sbin/wget2nand index 67e4a94a81..710bfa399f 100755 --- a/target/linux/rb532/base-files/sbin/wget2nand +++ b/target/linux/rb532/base-files/sbin/wget2nand @@ -23,7 +23,7 @@ url=$1 echo "No URL specified for image TGZ" echo "Usage : $0 URL" exit 1 -} +} boot="$(find_mtd_part 'RouterBoard NAND Boot')" main="$(find_mtd_part 'rootfs')" @@ -44,8 +44,8 @@ mount -t yaffs2 "$main" /tmp/wget2nand/ mount -t yaffs2 "$boot" /tmp/wget2nand-boot echo "Copying filesystem..." -( wget -O - $url/openwrt-rb532-2.6-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz ) -wget -O /tmp/wget2nand-boot/kernel $url/openwrt-rb532-2.6-vmlinux +( wget -O - $url/openwrt-rb532-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz ) +wget -O /tmp/wget2nand-boot/kernel $url/openwrt-rb532-vmlinux # No need to patch the kernel, this was done during the build process chmod +x /tmp/wget2nand-boot/kernel