Add `guruplug' platform.
svn path=/nixpkgs/trunk/; revision=23834
This commit is contained in:
parent
078353fc15
commit
50e1e6147e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user