summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/base-files/sbin/wget2nand
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/rb532/base-files/sbin/wget2nand')
-rwxr-xr-xtarget/linux/rb532/base-files/sbin/wget2nand2
1 files changed, 1 insertions, 1 deletions
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"