package/compcache: initialize swap driver and introduce a delay before mounting

SVN-Revision: 22368
v19.07.3_mercusys_ac12_duma
Alexandros C. Couloumbis 14 years ago
parent 88385e633d
commit e622f65cc6

@ -20,6 +20,8 @@ load_modules() {
if [ "`lsmod | grep 'ramzswap'`" == "" ]; then
insmod lzo1x
insmod ramzswap $params_set
rzscontrol /dev/ramzswap0 --init
sleep 2
swapon /dev/ramzswap0
fi
fi

Loading…
Cancel
Save