mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03: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) {
|
||||
inherit fetchurl perl mktemp module_init_tools;
|
||||
extraConfig = "KMOD y";
|
||||
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||
kernelPatches =
|
||||
[ kernelPatches.fbcondecor_2_6_25
|
||||
|
Loading…
Reference in New Issue
Block a user