From 27bb4da3441eed128574e5e4eabf5762fe4f68be Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Mon, 6 Nov 2017 15:26:52 +0200 Subject: [PATCH] platforms.nix: More rpi2 cleanup --- lib/systems/platforms.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index 14a0c4eb6967..f624a5c140a3 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -183,11 +183,8 @@ rec { }; }; - raspberrypi2 = armv7l-hf-multiplatform // { - name = "raspberrypi2"; - kernelAutoModules = false; - kernelTarget = "zImage"; - }; + # Legacy attribute, for compatibility with existing configs only. + raspberrypi2 = armv7l-hf-multiplatform; scaleway-c1 = armv7l-hf-multiplatform // { gcc = {