nixpkgs/pkgs/os-specific/linux/kernel
Michael Raskin 9379c34b11 Renable preConfigure for kernel builder. Actually needed by custom kernel
Linux kernel 2.6.29 (release) has a slightly changed Makefile. They now add the prefix for depmod. So in NixOS "make modules_install" fails on depmod. To fix it, our old '/-b \$(INSTALL_MOD_PATH) -r/d' should be replaced with '/-b \$(INSTALL_MOD_PATH)/d'.

svn path=/nixpkgs/trunk/; revision=14811
2009-03-31 20:10:05 +00:00
..
acerhk
2.6.20-paravirt-nvidia.patch
builder.sh Renable preConfigure for kernel builder. Actually needed by custom kernel 2009-03-31 20:10:05 +00:00
config-2.6.20-i686-smp
config-2.6.20-uml
config-2.6.20-x86_64-smp
config-2.6.21-i686-smp
config-2.6.21-uml
config-2.6.21-x86_64-smp
config-2.6.22-i686-smp
config-2.6.22-uml
config-2.6.22-x86_64-smp
config-2.6.23-i686-smp
config-2.6.23-uml
config-2.6.23-x86_64-smp
config-2.6.25-i686-smp
config-2.6.25-uml
config-2.6.25-x86_64-smp
config-2.6.26-i686-smp * Doh doh doh! Use the right config file for the 2.6.26 kernel. 2008-08-22 10:55:00 +00:00
config-2.6.26-x86_64-smp * Doh doh doh! Use the right config file for the 2.6.26 kernel. 2008-08-22 10:55:00 +00:00
config-2.6.27-i686-smp Linux: Build the `sdhci' module, for Ricoh SD readers. 2009-03-15 14:03:59 +00:00
config-2.6.27-x86_64-smp * Linux 2.6.27.4. Not tested yet. 2008-10-29 12:34:54 +00:00
config-2.6.28-i686-smp Linux: Build the `sdhci' module, for Ricoh SD readers. 2009-03-15 14:03:59 +00:00
config-2.6.28-x86_64-smp * Linux 2.6.28. 2009-01-12 13:11:18 +00:00
generic.nix small fixes to build custom kernel 2009-01-17 13:40:12 +00:00
linux-2.6.20.nix svn path=/nixpkgs/trunk/; revision=13781 2009-01-15 16:22:01 +00:00
linux-2.6.21.nix * Use the generic kernel builder. 2009-01-15 15:54:24 +00:00
linux-2.6.22.nix svn path=/nixpkgs/trunk/; revision=13781 2009-01-15 16:22:01 +00:00
linux-2.6.23.nix * Use the generic kernel builder. 2009-01-15 15:54:24 +00:00
linux-2.6.25.nix svn path=/nixpkgs/trunk/; revision=13781 2009-01-15 16:22:01 +00:00
linux-2.6.26.nix svn path=/nixpkgs/trunk/; revision=13781 2009-01-15 16:22:01 +00:00
linux-2.6.27.nix * Some kernel updates. 2009-03-30 15:02:17 +00:00
linux-2.6.28.nix * Some kernel updates. 2009-03-30 15:02:17 +00:00
sec_perm-2.6.24.patch