Browse Source

Fix routerboard boot partition name in wget2nand (#3791)

SVN-Revision: 11897
Florian Fainelli 17 years ago
parent
commit
a7bbd93956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/rb532/base-files/sbin/wget2nand

+ 1 - 1
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"