Adding initrd support into the sheevaplug kernel

svn path=/nixpkgs/branches/stdenv-updates/; revision=19140
This commit is contained in:
Lluís Batlle i Rossell 2009-12-28 17:47:01 +00:00
parent d864771e26
commit 0748d96eff

View file

@ -25,6 +25,9 @@ with pkgs;
kernelArch = "arm";
kernelExtraConfig =
''
BLK_DEV_RAM y
BLK_DEV_INITRD y
# Fail to build
DRM n
SCSI_ADVANSYS n