projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add ipv6 support to network scripts (#101)
[openwrt.git]
/
package
/
base-files
/
default
/
bin
/
firstboot
diff --git
a/package/base-files/default/bin/firstboot
b/package/base-files/default/bin/firstboot
index
0828bda
..
eff7063
100755
(executable)
--- a/
package/base-files/default/bin/firstboot
+++ b/
package/base-files/default/bin/firstboot
@@
-17,7
+17,7
@@
jdev=$(mount | awk '/jffs2/ {print $3}')
if [ -z "$jdev" ]; then
echo -n "Creating jffs2 partition... "
- mtd erase OpenWrt >&-
+ mtd erase OpenWrt >&-
2>&-
mount -t jffs2 /dev/mtdblock/4 /jffs
echo "done"
cd /jffs
This page took
0.025068 seconds
and
4
git commands to generate.