03-17-2019, 09:01 PM
(03-15-2019, 04:27 AM)huey Wrote: Hi all,
I am using the ayufan 0.7.14 debian stretch with ayufan's 5.0.0-1101 mainline kernel. I would like to enable the zswap but I can not find the zswap module. Anyone using this or knows how to enable it?
thx,
CONFIG_ZSWAP is not listed in https://github.com/ayufan-rock64/linux-m..._defconfig so double check with
zcat /proc/config.gz | grep CONFIG_ZSWAP
and assuming no output you should compile the option in, test, then make a pull request.