Skip to content
Snippets Groups Projects
Commit 36f83dbc authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kernel: kmod-zram: deactivate CONFIG_ZRAM_WRITEBACK for kernel 4.14


This new option was introduced in kernel 4.14 and should be deactivated
by default.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 436fe564
No related branches found
No related tags found
No related merge requests found
......@@ -693,6 +693,7 @@ define KernelPackage/zram
CONFIG_ZRAM \
CONFIG_ZRAM_DEBUG=n \
CONFIG_PGTABLE_MAPPING=n \
CONFIG_ZRAM_WRITEBACK=n \
CONFIG_ZSMALLOC_STAT=n \
CONFIG_ZRAM_LZ4_COMPRESS=y
FILES:= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment