projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
668d311
)
Changed the RouterBOOT main to rootfs
author
Florian Fainelli
<florian@openwrt.org>
Sat, 2 Jun 2007 23:47:14 +0000
(23:47 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 2 Jun 2007 23:47:14 +0000
(23:47 +0000)
SVN-Revision: 7466
package/wget2nand/src/wget2nand
patch
|
blob
|
history
diff --git
a/package/wget2nand/src/wget2nand
b/package/wget2nand/src/wget2nand
index 0dffa8a3195a28b88d6bc8894893af4b708436b9..9588396fdfb1113b50c81f6b3c799397707d1f25 100755
(executable)
--- a/
package/wget2nand/src/wget2nand
+++ b/
package/wget2nand/src/wget2nand
@@
-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