fix the unused module error accross all imx8

this fixes the unused modules error that wad introduced by https://github.com/NixOS/nixpkgs/pull/366004

Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
This commit is contained in:
Brian McGillion
2025-01-23 01:03:03 +04:00
parent 5f052b2663
commit 6209032a7c
3 changed files with 100 additions and 89 deletions

View File

@@ -10,6 +10,10 @@ with pkgs;
defconfig = "imx_v8_defconfig";
# https://github.com/NixOS/nixpkgs/pull/366004
# introduced a breaking change that if a module is declared but it is not being used it will faill.
ignoreConfigErrors = true;
kernelPatches = [
];