Changed the RouterBOOT main to rootfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7466 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
2b5b9c914e
commit
a98edd349e
|
@ -26,7 +26,7 @@ url=$1
|
||||||
}
|
}
|
||||||
|
|
||||||
boot="$(find_mtd_part 'RouterBoard NAND Boot')"
|
boot="$(find_mtd_part 'RouterBoard NAND Boot')"
|
||||||
main="$(find_mtd_part 'RouterBoard NAND Main')"
|
main="$(find_mtd_part 'rootfs')"
|
||||||
[ -z "$boot" -o -z "$main" ] && {
|
[ -z "$boot" -o -z "$main" ] && {
|
||||||
echo "Cannot find NAND Flash partitions"
|
echo "Cannot find NAND Flash partitions"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue