block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)
[openwrt.git] / package / compcache / files / compcache.init
index ec377ff..5939d9f 100644 (file)
@@ -20,6 +20,7 @@ load_modules() {
                        if [ "`lsmod | grep 'ramzswap'`" == "" ]; then
                                insmod lzo1x
                                insmod ramzswap $params_set
+                               sleep 2
                                swapon /dev/ramzswap0
                        fi
                fi
This page took 0.024895 seconds and 4 git commands to generate.