Add `guruplug' platform.

svn path=/nixpkgs/trunk/; revision=23834
This commit is contained in:
Ludovic Courtès 2010-09-17 15:56:47 +00:00
parent 078353fc15
commit 50e1e6147e

View file

@ -79,6 +79,16 @@ rec {
ubootConfig = "sheevaplug_config";
};
guruplug = sheevaplug // {
# Define `CONFIG_MACH_GURUPLUG' (see
# <http://kerneltrap.org/mailarchive/git-commits-head/2010/5/19/33618>)
# and other GuruPlug-specific things. Requires the `guruplug-defconfig'
# patch.
kernelBaseConfig = "guruplug_defconfig";
#kernelHeadersBaseConfig = "guruplug_defconfig";
};
versatileARM = {
name = "versatileARM";
kernelMajor = "2.6";