[Nix-dev] How to replace a standard kernel module with a newer version?

Marc Weber marco-oweber at gmx.de
Thu Sep 15 18:40:39 CEST 2011


1) change merging script
2) Change your kernel config to not compile that module
3) create new derivation copying everything from kernel but that one .ko
  file
4) use newer kernel
5) patch kernel source (so that it builds newer module)
...

Marc Weber


More information about the nix-dev mailing list