zram-swap: compression algorithm configuration option
authorEmil Muratov <gpm@hotplug.ru>
Wed, 1 Aug 2018 21:15:44 +0000 (00:15 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 29 Sep 2018 15:23:11 +0000 (17:23 +0200)
commitb9e89adfb7881806d01e3bd259852e352f3b3ce8
treed538dd83ba59601a00e183e29a1fe59415dbdae1
parent33f47c28c6e881936f1b8dbd200b4b5724738bd0
zram-swap: compression algorithm configuration option

Compression algorithms for zram are provided by kernel crypto API, could
be any of [lzo|zl4|deflate|<some_more>] depending on kernel modules.
Compress algo for zram-swap could be defined via 'zram_comp_algo' option
in 'system' section of '/etc/config/system' file, or via cli (for e.x.
with 'uci set system.@System[0].zram_comp_algo=lz4 && uci commit
system'). check available algo's via 'cat /sys/block/zram0
/comp_algorithm'

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
package/system/zram-swap/files/zram.init