mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 01:51:07 +02:00
Fix routerboard boot partition name in wget2nand (#3791)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11897 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4b635ddf43
commit
22a7ca9705
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user