mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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:
parent
808c2f69b4
commit
ddb9ad5b3c
@ -5054,6 +5054,7 @@ let
|
|||||||
|
|
||||||
linux_2_6_25 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.25.nix) {
|
linux_2_6_25 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.25.nix) {
|
||||||
inherit fetchurl perl mktemp module_init_tools;
|
inherit fetchurl perl mktemp module_init_tools;
|
||||||
|
extraConfig = "KMOD y";
|
||||||
stdenv = overrideInStdenv stdenv [gnumake381];
|
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.fbcondecor_2_6_25
|
[ kernelPatches.fbcondecor_2_6_25
|
||||||
|
Loading…
Reference in New Issue
Block a user