projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ar71xx] ag71xx: add initial message level support
[openwrt.git]
/
target
/
linux
/
rb532
/
base-files
/
sbin
/
wget2nand
diff --git
a/target/linux/rb532/base-files/sbin/wget2nand
b/target/linux/rb532/base-files/sbin/wget2nand
index
710bfa3
..
2101195
100755
(executable)
--- 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 'Router
B
oard NAND Boot')"
+boot="$(find_mtd_part 'Router
b
oard NAND Boot')"
main="$(find_mtd_part 'rootfs')"
[ -z "$boot" -o -z "$main" ] && {
echo "Cannot find NAND Flash partitions"
This page took
0.020173 seconds
and
4
git commands to generate.