summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-09-04 06:45:36 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-09-04 09:29:00 +0200
commit27a810346a974f1f122e37e7be32c70bd3b02307 (patch)
tree64d42426afc17851131c56b247dbe9c45a93ed1c /pkgs/os-specific/linux
parent03c9a1fb337c10fbf5a5e0287b5c6a340efd8b0a (diff)
Revert "linux: really provide /proc/config.gz"
This reverts commit 68ce9e91e12914f34e55ef16d8f4b6fbcdd9e92a.

/proc/config.gz is available after "modprobe configs"
and in
/run/booted-system/kernel-modules/config
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 7f75c046ae514..d4f7c4e671877 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -24,9 +24,7 @@ with stdenv.lib;
   # Support drivers that need external firmware.
   STANDALONE n
 
-  # Enable the complete Linux kernel ".config" file to be saved in the kernel.
-  # Also, make it available at runtime as /proc/config.gz.
-  IKCONFIG y
+  # Make /proc/config.gz available.
   IKCONFIG_PROC y
 
   # Optimize with -O2, not -Os.