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
Marc Weber 088a6817db added:
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul

changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added                                                 

svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
..
acerhk added: 2007-09-03 12:10:57 +00:00
2.6.20-paravirt-nvidia.patch
2.6.22-paravirt-nvidia.patch
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
linux-2.6.20.3-ext3cow.patch
linux-2.6.20.nix * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of 2007-08-27 12:44:01 +00:00
linux-2.6.21.nix * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of 2007-08-27 12:44:01 +00:00
linux-2.6.22.nix * Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of 2007-08-27 12:44:01 +00:00
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.

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).
- Unpack the new kernel.
- Copy the config file for this platform
  (e.g. config-2.6.22-i686-smp) to .config.
- Run `make oldconfig', answer all questions.  (For the uml
  configuration, add "ARCH=um 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 to the new config file (e.g. config-2.6.21-i686-smp).