lib: fix typo in platforms.nix
In 9c213398b3
kernelPreferBuiltin was
moved/renamed to linux-kernel.preferBuiltin. However, for
armv7l-hf-multiplatform the new option was written with an uppercase P,
which made the kernel build process ignore it.
This commit is contained in:
parent
3d94e81a16
commit
408ae0b13a
@ -300,7 +300,7 @@ rec {
|
|||||||
baseConfig = "multi_v7_defconfig";
|
baseConfig = "multi_v7_defconfig";
|
||||||
DTB = true;
|
DTB = true;
|
||||||
autoModules = true;
|
autoModules = true;
|
||||||
PreferBuiltin = true;
|
preferBuiltin = true;
|
||||||
target = "zImage";
|
target = "zImage";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# Serial port for Raspberry Pi 3. Upstream forgot to add it to the ARMv7 defconfig.
|
# Serial port for Raspberry Pi 3. Upstream forgot to add it to the ARMv7 defconfig.
|
||||||
|
Loading…
Reference in New Issue
Block a user