Merge pull request #232274 from alois31/zram-writeback
This commit is contained in:
commit
6e4fbfe81a
@ -679,10 +679,11 @@ let
|
||||
};
|
||||
|
||||
zram = {
|
||||
ZRAM = module;
|
||||
ZSWAP = option yes;
|
||||
ZBUD = option yes;
|
||||
ZSMALLOC = module;
|
||||
ZRAM = module;
|
||||
ZRAM_WRITEBACK = option yes;
|
||||
ZSWAP = option yes;
|
||||
ZBUD = option yes;
|
||||
ZSMALLOC = module;
|
||||
};
|
||||
|
||||
brcmfmac = {
|
||||
|
Loading…
Reference in New Issue
Block a user