Adding initrd support into the sheevaplug kernel
svn path=/nixpkgs/branches/stdenv-updates/; revision=19140
This commit is contained in:
parent
d864771e26
commit
0748d96eff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user