From 22a7ca97050fbf69e717e684e834e217d315048d Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 21 Jul 2008 20:00:40 +0000 Subject: [PATCH] Fix routerboard boot partition name in wget2nand (#3791) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11897 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rb532/base-files/sbin/wget2nand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.35.1