[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / package / base-files / files / lib / firstboot / 40_copy_ramoverlay
index 4b6a882..39c2eda 100644 (file)
@@ -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.