Author: stordeur
Date: Mon Jul 11 14:00:07 2011
New Revision: 27717
URL: https://svn.nixos.org/websvn/nix/?rev=27717&sc=1
Log:
Modified Linux 2.6.25 configuration
Added "KMOD y" else booting this kernel fails (at the modprobe stuff).
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Mon Jul 11 14:00:03
2011 (r27716)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Mon Jul 11 14:00:07
2011 (r27717)
@@ -5054,6 +5054,7 @@
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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits