Merge pull request #245968 from amjoseph-nixpkgs/pr/linux/kernel/repick4

linuxManualConfig: fix inaccurate FIXME comment

authored by

Artturi and committed by
GitHub
45e88c4c c3c65740

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/manual-config.nix
··· 119 119 postPatch = '' 120 120 sed -i Makefile -e 's|= depmod|= ${buildPackages.kmod}/bin/depmod|' 121 121 122 - # fixup for pre-5.4 kernels using the $(cd $foo && /bin/pwd) pattern 122 + # fixup for pre-4.15 kernels using the $(cd $foo && /bin/pwd) pattern 123 123 # FIXME: remove when no longer needed 124 124 substituteInPlace Makefile tools/scripts/Makefile.include --replace /bin/pwd pwd 125 125