mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 09:01:06 +02:00
Changed the RouterBOOT main to rootfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7466 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
026b1ef0a8
commit
de605f74d0
@ -26,7 +26,7 @@ url=$1
|
||||
}
|
||||
|
||||
boot="$(find_mtd_part 'RouterBoard NAND Boot')"
|
||||
main="$(find_mtd_part 'RouterBoard NAND Main')"
|
||||
main="$(find_mtd_part 'rootfs')"
|
||||
[ -z "$boot" -o -z "$main" ] && {
|
||||
echo "Cannot find NAND Flash partitions"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user