forked from mirrors/nixpkgs
linux kernel: enabling SUNRPC_DEBUG
Much easier debugging of nfs issues. If I understand correctly, it was enabled in 3.2 and below; I enable it for next kernels.
This commit is contained in:
parent
41b4931100
commit
c4216ed1a0
|
@ -230,6 +230,9 @@ let
|
|||
# Devtmpfs support.
|
||||
DEVTMPFS y
|
||||
|
||||
# Easier debug of NFS issues
|
||||
SUNRPC_DEBUG y
|
||||
|
||||
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
|
||||
${extraConfig}
|
||||
'';
|
||||
|
|
|
@ -233,6 +233,9 @@ let
|
|||
# Devtmpfs support.
|
||||
DEVTMPFS y
|
||||
|
||||
# Easier debug of NFS issues
|
||||
SUNRPC_DEBUG y
|
||||
|
||||
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
|
||||
${extraConfig}
|
||||
'';
|
||||
|
|
|
@ -234,6 +234,9 @@ let
|
|||
# Devtmpfs support.
|
||||
DEVTMPFS y
|
||||
|
||||
# Easier debug of NFS issues
|
||||
SUNRPC_DEBUG y
|
||||
|
||||
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
|
||||
${extraConfig}
|
||||
'';
|
||||
|
|
|
@ -238,6 +238,9 @@ let
|
|||
MEDIA_CAMERA_SUPPORT? y
|
||||
MEDIA_RC_SUPPORT? y
|
||||
|
||||
# Easier debug of NFS issues
|
||||
SUNRPC_DEBUG y
|
||||
|
||||
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
|
||||
${extraConfig}
|
||||
'';
|
||||
|
|
|
@ -239,6 +239,9 @@ let
|
|||
MEDIA_RC_SUPPORT? y
|
||||
MEDIA_USB_SUPPORT y
|
||||
|
||||
# Easier debug of NFS issues
|
||||
SUNRPC_DEBUG y
|
||||
|
||||
${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""}
|
||||
${extraConfig}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue