forked from mirrors/nixpkgs
SUNRPC_DEBUG doesn't work on linux 3.3
It's as if the option isn't there. http://hydra.nixos.org/build/4015233
This commit is contained in:
parent
6ee6cd5ec9
commit
00251af191
|
@ -230,9 +230,6 @@ let
|
|||
# Devtmpfs support.
|
||||
DEVTMPFS y
|
||||
|
||||
# Easier debug of NFS issues
|
||||
SUNRPC_DEBUG y
|
||||
|
||||
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
|
||||
${extraConfig}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue