ramips: add support for the Senao/EnGenius ESR-9753 board
[openwrt.git] / package / base-files / files / lib / firstboot / 30_is_rootfs_mounted
index 7c3fe6c..e2ba01d 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright (C) 2010 Vertical Communications
 
 skip_if_rootfs_mounted() {
-    mount "$mtdpart" /rom/jffs -t jffs2 || exit
+    mount "$mtdpart" /rom/overlay -t jffs2 || exit
 }
 
 boot_hook_add switch2jffs skip_if_rootfs_mounted
This page took 0.020918 seconds and 4 git commands to generate.