summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-29 04:07:43 -0400
committerShea Levy <shea@shealevy.com>2012-07-29 04:07:43 -0400
commit6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0 (patch)
treef8f54e8c512ebe3017135d85a59c2595f8ed26e8 /pkgs/os-specific/linux/kernel
parent6e3b17feece1364a341af7eb11c18b4eaa8556bb (diff)
downloadnixpkgs-6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0.tar
nixpkgs-6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0.tar.gz
nixpkgs-6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0.tar.bz2
nixpkgs-6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0.tar.lz
nixpkgs-6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0.tar.xz
nixpkgs-6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0.tar.zst
nixpkgs-6b18ab5365f8cb4c6cd66f69ad1f083a91da22f0.zip
linux/kernel/manual-config: Remove useless INSTALL_MOD_STRIP variable
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/manual-config.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix
index fe9769a00ad..aa23656171d 100644
--- a/pkgs/os-specific/linux/kernel/manual-config.nix
+++ b/pkgs/os-specific/linux/kernel/manual-config.nix
@@ -95,8 +95,6 @@ stdenv.mkDerivation ({
     "MODLIB=\"$(out)/lib/modules/${modDirVersion}\""
   ];
 
-  INSTALL_MOD_STRIP = "1";
-
   postInstall = ''
     make modules_install $makeFlags "''${makeFlagsArray[@]}" \
       $installFlags "''${installFlagsArray[@]}"