mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
linux: set ZPOOL=y
ZBUD depends on ZPOOL. If we get asked about ZPOOL first, by default it would be set to m, and it would then not be possible to set ZBUD=y. This fixes, for example, building Linux 5.15 for microblazeel-linux.
This commit is contained in:
parent
fc5ef80184
commit
0a81cf8e7a
@ -720,6 +720,7 @@ let
|
||||
ZRAM = module;
|
||||
ZRAM_WRITEBACK = option yes;
|
||||
ZSWAP = option yes;
|
||||
ZPOOL = yes;
|
||||
ZBUD = option yes;
|
||||
ZSMALLOC = module;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user