1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/os-specific/linux/kernel
Yury G. Kudryashov 6f5e75b102 Kernel: Removed unneeded config (it was a copy of 2.6.23); fixed one more typo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=9850
2007-12-03 23:40:46 +00:00
..
acerhk
2.6.20-paravirt-nvidia.patch
2.6.20.nix More typos in kernel-related exprs 2007-12-03 22:48:03 +00:00
2.6.21-ck.nix Fixed some typos in -ck kernels 2007-12-03 22:10:59 +00:00
2.6.21.nix More typos in kernel-related exprs 2007-12-03 22:48:03 +00:00
2.6.22-ck.nix Fixed some typos in -ck kernels 2007-12-03 22:10:59 +00:00
2.6.22-paravirt-nvidia.patch
2.6.22.nix Typo in path to the patch 2007-12-03 23:27:53 +00:00
2.6.23.1.nix More typos in kernel-related exprs 2007-12-03 22:48:03 +00:00
2.6.23.nix Kernel: Removed unneeded config (it was a copy of 2.6.23); fixed one more typo. 2007-12-03 23:40:46 +00:00
builder.sh
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
default.nix
linux-2.6.20.3-ext3cow.patch
linux-2.6.21.7-ext3cow_wouter.patch
linux-2.6.21_ck.nix
meta.nix More typos in kernel-related exprs 2007-12-03 22:48:03 +00:00
patch-2.6.21-ck1
patch-2.6.22-ck1
README

*** Updating the kernel configs ***

- Copy the old Nix expression (e.g. linux-2.6.21.nix) to the new one
  (e.g. linux-2.6.22.nix) and update it.
- Add an new attribute to all-packages.nix.
- Unpack the new kernel.

For each platform (i686, x86-64, uml):

- Make an svn copy from the old config (e.g. config-2.6.21-i686-smp)
  to the new one (e.g. (e.g. config-2.6.22-i686-smp).
- Copy the config file for this platform
  (e.g. config-2.6.22-i686-smp) to .config in the kernel source tree.
- Run `make oldconfig ARCH={i386,x86_64,um}', answer all questions.
  (For the uml configuration, also add "SHELL=bash".)
- Make sure that CONFIG_FB_TILEBLITTING is NOT SET (otherwise fbsplash
  won't work).  If it is, investigate why (there's probably another
  option that forces it to be on) and fix it.
- Copy .config over the new config file (e.g. config-2.6.21-i686-smp).