mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
platforms.nix: More rpi2 cleanup
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
3abdd4f1e3
commit
27bb4da344
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user