platforms.nix: kirkwood_defconfig is gone, use multi_v5_defconfig

kirkwood_defconfig was removed in 3.17, and our kernel headers are based
on 4.4. Make this change to allow the armv5tel bootstrap tarball
to build again (I can't test it, though).
This commit is contained in:
Tuomas Tynkkynen 2016-03-17 13:55:13 +02:00 committed by Tuomas Tynkkynen
parent 2fefa331e7
commit 953249db34

View File

@ -24,7 +24,7 @@ rec {
sheevaplug = {
name = "sheevaplug";
kernelMajor = "2.6";
kernelHeadersBaseConfig = "kirkwood_defconfig";
kernelHeadersBaseConfig = "multi_v5_defconfig";
kernelBaseConfig = "multi_v5_defconfig";
kernelArch = "arm";
kernelAutoModules = false;