platforms.nix: Enable DTB for the ARMv6 Raspberry Pi
This commit is contained in:
parent
1d069ff6ac
commit
44955a73b2
@ -136,6 +136,7 @@ rec {
|
||||
kernelMajor = "2.6";
|
||||
kernelHeadersBaseConfig = "bcm2835_defconfig";
|
||||
kernelBaseConfig = "bcmrpi_defconfig";
|
||||
kernelDTB = true;
|
||||
kernelArch = "arm";
|
||||
kernelAutoModules = false;
|
||||
kernelExtraConfig =
|
||||
|
Loading…
Reference in New Issue
Block a user