3
0
Fork 0
forked from mirrors/nixpkgs

ARMv7 platforms: switch header config to multi_v7_defconfig

Otherwise they wouldn't be able to share a binary cache since glibc et
al would get a different hash due to different linux-headers package.
This commit is contained in:
Tuomas Tynkkynen 2015-05-07 06:00:49 +03:00
parent a7c4aba896
commit a6aa673849

View file

@ -217,7 +217,7 @@ rec {
raspberrypi2 = {
name = "raspberrypi2";
kernelMajor = "3.14";
kernelHeadersBaseConfig = "kirkwood_defconfig";
kernelHeadersBaseConfig = "multi_v7_defconfig";
kernelBaseConfig = "bcm2709_defconfig";
kernelArch = "arm";
kernelDTB = true;
@ -470,7 +470,7 @@ rec {
beaglebone = {
name = "beaglebone";
kernelMajor = "2.6";
kernelHeadersBaseConfig = "omap2plus_defconfig";
kernelHeadersBaseConfig = "multi_v7_defconfig";
kernelBaseConfig = "omap2plus_defconfig";
kernelArch = "arm";
kernelAutoModules = false;