diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2021-05-11 18:30:56 +0200 |
---|---|---|
committer | Matei Valeanu <Matei.Valeanu@enea.com> | 2021-05-14 14:35:12 +0200 |
commit | 6796af332a529809b1efc628f79129b57734fd67 (patch) | |
tree | 27540e51e7fd8b8e8ae31ec3e27a621b0183b2f9 | |
parent | 1f21bfc9fc42895e5e1bb5a887de8a0aca676ff4 (diff) | |
download | enea-kernel-cache-6796af332a529809b1efc628f79129b57734fd67.tar.gz |
features/nfs/nfs_n: fix build issue
kernel build warning:
"[INFO]: Fragments with badly formatted configuration options:
- fragment configs/v5.10/standard/features/nfs/nfs_n.cfg has the
following issues: #CONFIG_NFS_DEF_FILE_IO_SIZE=4096"
Change-Id: Id763daca97d02a288f8d4a05abdf0b1614a544a4
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r-- | features/nfs/nfs_n.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/nfs/nfs_n.cfg b/features/nfs/nfs_n.cfg index a8e60a3..f5788cb 100644 --- a/features/nfs/nfs_n.cfg +++ b/features/nfs/nfs_n.cfg | |||
@@ -1,7 +1,6 @@ | |||
1 | CONFIG_NETWORK_FILESYSTEMS=n | 1 | CONFIG_NETWORK_FILESYSTEMS=n |
2 | CONFIG_NFS_FS=n | 2 | CONFIG_NFS_FS=n |
3 | CONFIG_NFS_V2=n | 3 | CONFIG_NFS_V2=n |
4 | #CONFIG_NFS_DEF_FILE_IO_SIZE=4096 | ||
5 | CONFIG_NFS_V3=n | 4 | CONFIG_NFS_V3=n |
6 | # CONFIG_NFS_V3_ACL is not set | 5 | # CONFIG_NFS_V3_ACL is not set |
7 | CONFIG_NFS_V4=n | 6 | CONFIG_NFS_V4=n |