Modified Linux 2.6.25 configuration

Added "KMOD y" else booting this kernel fails (at the modprobe stuff).

svn path=/nixpkgs/trunk/; revision=27717
This commit is contained in:
Ludovic Stordeur 2011-07-11 14:00:07 +00:00
parent 808c2f69b4
commit ddb9ad5b3c

View file

@ -5054,6 +5054,7 @@ let
linux_2_6_25 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.25.nix) {
inherit fetchurl perl mktemp module_init_tools;
extraConfig = "KMOD y";
stdenv = overrideInStdenv stdenv [gnumake381];
kernelPatches =
[ kernelPatches.fbcondecor_2_6_25