add speex to library list (for sdk)
[openwrt.git] / openwrt / target / default / target_skeleton / sbin / mount_root
index 409fe38..5aec062 100755 (executable)
@@ -19,6 +19,6 @@ if [ "$1" != "failsafe" ]; then
                umount rom/proc rom/dev
        fi
 fi
-mount none /tmp -t ramfs
+mount none /tmp -t tmpfs size=50%
 mkdir -p /dev/pts
 mount none /dev/pts -t devpts
This page took 0.025794 seconds and 4 git commands to generate.