Fix routerboard boot partition name in wget2nand (#3791)

SVN-Revision: 11897
owl
Florian Fainelli 2008-07-21 20:00:40 +00:00
parent c1ce330694
commit a7bbd93956
1 changed files with 1 additions and 1 deletions

View File

@ -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"