Revert "linux: really provide /proc/config.gz"

This reverts commit 68ce9e91e1.

/proc/config.gz is available after "modprobe configs"
and in
/run/booted-system/kernel-modules/config
This commit is contained in:
Mathijs Kwik 2013-09-04 06:45:36 +02:00
parent 03c9a1fb33
commit 27a810346a

View file

@ -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.