mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
linux: really provide /proc/config.gz
Currently there is no /proc/config.gz, even though the configuration indicates it. This fixes it.
This commit is contained in:
parent
a940651968
commit
68ce9e91e1
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ with stdenv.lib;
|
|||
# Support drivers that need external firmware.
|
||||
STANDALONE n
|
||||
|
||||
# Make /proc/config.gz available.
|
||||
# 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
|
||||
IKCONFIG_PROC y
|
||||
|
||||
# Optimize with -O2, not -Os.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue