projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: add a coldplug_interface_* hook to bring up non-hotpluggable...
[openwrt.git]
/
package
/
base-files
/
files
/
sbin
/
firstboot
diff --git
a/package/base-files/files/sbin/firstboot
b/package/base-files/files/sbin/firstboot
index
e9994de
..
4da2991
100755
(executable)
--- a/
package/base-files/files/sbin/firstboot
+++ b/
package/base-files/files/sbin/firstboot
@@
-27,8
+27,8
@@
if [ "${0##*/}" = "firstboot" ]; then
boot_run_hook jffs2reset
else
mtd erase "$partname"
- mount "$mtdpart" /
jffs
-t jffs2
- fopivot /
jffs
/rom 1
+ mount "$mtdpart" /
overlay
-t jffs2
+ fopivot /
overlay
/rom 1
fi
fi
This page took
0.020853 seconds
and
4
git commands to generate.