nixpkgs/pkgs/os-specific/linux/kernel
Eelco Dolstra 03e45e0cb4 * Added a script to generate the kernel configuration.
`generate-config.pl' runs `make config' to generate a Linux kernel
  configuration file.  For each question (i.e. kernel configuration
  option), unless an override is provided, it answers "m" if possible,
  and otherwise uses the default answer (as determined by the default
  config for the architecture).  This is safer than allmodconfig,
  which answers "y" everywhere it can't answer "m" and thus ends up
  enabling a lot of experimental or debug options.  (For this reason,
  a configuration generated by allmodconfig must be carefully checked
  with every new release to ensure that nothing dangerous is enabled.
  The default config should be safer wrt new kernel releases.)

  Overrides are specified in the `config' argument to generic.nix,
  which is a string that contains lines such as `EXT2_FS_POSIX_ACL y'.
  The script warns about ignored options, and aborts if `make config'
  selects an answer inconsistent with the one in `config'.  This
  allows us to be sure that `make config' doesn't silently override
  our configuration values (e.g., depending on other options, it will
  set FB_TILEBLITTING to "y" even if we want it to be "n").

svn path=/nixpkgs/branches/kernel-config/; revision=18910
2009-12-12 13:51:07 +00:00
..
builder.sh * Added a script to generate the kernel configuration. 2009-12-12 13:51:07 +00:00
config-2.6.20-uml
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: Enable `sdhci', for Ricoh SD readers. 2009-10-25 15:22:54 +00:00
generate-config.pl * Added a script to generate the kernel configuration. 2009-12-12 13:51:07 +00:00
generic.nix * Added a script to generate the kernel configuration. 2009-12-12 13:51:07 +00:00
linux-2.6.20.nix svn path=/nixpkgs/trunk/; revision=13781 2009-01-15 16:22:01 +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 * Linux 2.6.27.39. 2009-12-08 11:38:19 +00:00
linux-2.6.28.nix * Oops. 2009-06-02 12:29:40 +00:00
linux-2.6.29.nix * Added a script to generate the kernel configuration. 2009-12-12 13:51:07 +00:00
linux-2.6.31.nix Apply patch from Lluis needed for future ARM merge.. 2009-12-03 07:08:51 +00:00
sec_perm-2.6.24.patch