projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
40_copy_ramoverlay
diff --git
a/package/base-files/files/lib/firstboot/40_copy_ramoverlay
b/package/base-files/files/lib/firstboot/40_copy_ramoverlay
index
4b6a882
..
39c2eda
100644
(file)
--- a/
package/base-files/files/lib/firstboot/40_copy_ramoverlay
+++ b/
package/base-files/files/lib/firstboot/40_copy_ramoverlay
@@
-8,7
+8,7
@@
copy_ramoverlay() {
mount -o remount,ro none / 2>&-
# copy ramoverlay to jffs2
echo -n "copying files ... "
- cp -a /tmp/root/* /rom/
jffs
2>&-
+ cp -a /tmp/root/* /rom/
overlay
2>&-
echo "done"
}
This page took
0.025243 seconds
and
4
git commands to generate.