X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Frb532%2Fbase-files%2Fsbin%2Fwget2nand;fp=target%2Flinux%2Frb532%2Fbase-files%2Fsbin%2Fwget2nand;h=2101195bca29bb661bdd14f6e9165c94b25e2233;hb=22a7ca97050fbf69e717e684e834e217d315048d;hp=710bfa399f2f5174f916a98a4d078475fb0b10fe;hpb=4b635ddf433c81538ec08e4a21e6439f21255c4d;p=openwrt-10.03%2F.git diff --git a/target/linux/rb532/base-files/sbin/wget2nand b/target/linux/rb532/base-files/sbin/wget2nand index 710bfa399..2101195bc 100755 --- a/target/linux/rb532/base-files/sbin/wget2nand +++ b/target/linux/rb532/base-files/sbin/wget2nand @@ -25,7 +25,7 @@ url=$1 exit 1 } -boot="$(find_mtd_part 'RouterBoard NAND Boot')" +boot="$(find_mtd_part 'Routerboard NAND Boot')" main="$(find_mtd_part 'rootfs')" [ -z "$boot" -o -z "$main" ] && { echo "Cannot find NAND Flash partitions"