Enable NFS udp support
mount nfs will fail if CONFIG_NFS_DISABLE_UDP_SUPPORT=y. We need disable it to support nfs mount. Closes-Bug: #1942383 Signed-off-by: Jiping Ma <jiping.ma2@windriver.com> Change-Id: I11a3c12c27fb7ad8ad934964e85f1a20167057b2
This commit is contained in:
parent
f27d31c780
commit
8ed87c3379
@ -6029,7 +6029,7 @@ CONFIG_XFS_SUPPORT_V4=y
|
||||
# CONFIG_EROFS_FS is not set
|
||||
# CONFIG_AUFS_FS is not set
|
||||
CONFIG_NFS_DEF_FILE_IO_SIZE=4096
|
||||
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
|
||||
# CONFIG_NFS_DISABLE_UDP_SUPPORT is not set
|
||||
# CONFIG_NFS_V4_2_READ_PLUS is not set
|
||||
# CONFIG_NFSD_V4_2_INTER_SSC is not set
|
||||
# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set
|
||||
|
@ -6008,7 +6008,7 @@ CONFIG_XFS_SUPPORT_V4=y
|
||||
# CONFIG_EROFS_FS is not set
|
||||
# CONFIG_AUFS_FS is not set
|
||||
CONFIG_NFS_DEF_FILE_IO_SIZE=4096
|
||||
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
|
||||
# CONFIG_NFS_DISABLE_UDP_SUPPORT is not set
|
||||
# CONFIG_NFS_V4_2_READ_PLUS is not set
|
||||
# CONFIG_NFSD_V4_2_INTER_SSC is not set
|
||||
# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user