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";
|
kernelArch = "arm";
|
||||||
kernelExtraConfig =
|
kernelExtraConfig =
|
||||||
''
|
''
|
||||||
|
BLK_DEV_RAM y
|
||||||
|
BLK_DEV_INITRD y
|
||||||
|
|
||||||
# Fail to build
|
# Fail to build
|
||||||
DRM n
|
DRM n
|
||||||
SCSI_ADVANSYS n
|
SCSI_ADVANSYS n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user