summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/manual-config.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-05-08 13:08:44 +0000
committerAlyssa Ross <hi@alyssa.is>2023-05-08 13:08:44 +0000
commit4d15632cafdcd748d32076fd3f0ad0744f5dd7ec (patch)
tree3f3080a0a3b8b97ad5aa89359523abe706bc09b2 /pkgs/os-specific/linux/kernel/manual-config.nix
parent487f1a7723ed9728f76083a6de8dad7033f46dc1 (diff)
downloadnixpkgs-4d15632cafdcd748d32076fd3f0ad0744f5dd7ec.tar
nixpkgs-4d15632cafdcd748d32076fd3f0ad0744f5dd7ec.tar.gz
nixpkgs-4d15632cafdcd748d32076fd3f0ad0744f5dd7ec.tar.bz2
nixpkgs-4d15632cafdcd748d32076fd3f0ad0744f5dd7ec.tar.lz
nixpkgs-4d15632cafdcd748d32076fd3f0ad0744f5dd7ec.tar.xz
nixpkgs-4d15632cafdcd748d32076fd3f0ad0744f5dd7ec.tar.zst
nixpkgs-4d15632cafdcd748d32076fd3f0ad0744f5dd7ec.zip
linuxManualConfig: fix inaccurate FIXME comment
I read this comment, checked out 4.19, saw that it didn't have any
instances of /bin/pwd, and rejoiced, assuming that the removal must
have been backported to the affected kernels.  But actually, /bin/pwd
was just removed earlier, in 4.15, so kernels older than that are
still affected.

Fix the version number in the comment so I don't go through exactly
the same process again a few months from now next time I'm working on
this file.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/manual-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/manual-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix
index 656ca708631..6d1ad766d68 100644
--- a/pkgs/os-specific/linux/kernel/manual-config.nix
+++ b/pkgs/os-specific/linux/kernel/manual-config.nix
@@ -141,7 +141,7 @@ stdenv.mkDerivation ({
   postPatch = ''
     sed -i Makefile -e 's|= depmod|= ${buildPackages.kmod}/bin/depmod|'
 
-    # fixup for pre-5.4 kernels using the $(cd $foo && /bin/pwd) pattern
+    # fixup for pre-4.15 kernels using the $(cd $foo && /bin/pwd) pattern
     # FIXME: remove when no longer needed
     substituteInPlace Makefile tools/scripts/Makefile.include --replace /bin/pwd pwd