Krzysztof Nazarewski
2024-07-18 16:57:18 +03:00
committed by K900
parent 4ede20cc6f
commit 7c3815ab71
2 changed files with 3 additions and 1 deletions
@@ -1147,6 +1147,8 @@ let
# For systemd-binfmt
BINFMT_MISC = option yes;
# Required for EDID overriding
FW_LOADER = yes;
# Disable the firmware helper fallback, udev doesn't implement it any more
FW_LOADER_USER_HELPER_FALLBACK = option no;
+1 -1
View File
@@ -219,7 +219,7 @@ let
config = {
CONFIG_MODULES = "y";
CONFIG_FW_LOADER = "m";
CONFIG_FW_LOADER = "y";
CONFIG_RUST = if withRust then "y" else "n";
};
});