From 50e1e6147e6f120c7efbc158fb50a0e48a1b6e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 17 Sep 2010 15:56:47 +0000 Subject: [PATCH] Add `guruplug' platform. svn path=/nixpkgs/trunk/; revision=23834 --- pkgs/top-level/platforms.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix index cb35db579b75..7bd27ebf4f9a 100644 --- a/pkgs/top-level/platforms.nix +++ b/pkgs/top-level/platforms.nix @@ -79,6 +79,16 @@ rec { ubootConfig = "sheevaplug_config"; }; + guruplug = sheevaplug // { + # Define `CONFIG_MACH_GURUPLUG' (see + # ) + # and other GuruPlug-specific things. Requires the `guruplug-defconfig' + # patch. + + kernelBaseConfig = "guruplug_defconfig"; + #kernelHeadersBaseConfig = "guruplug_defconfig"; + }; + versatileARM = { name = "versatileARM"; kernelMajor = "2.6";