mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
NFS support should be conditional on LOADER_NFS_SUPPORT, not
LOADER_NET_SUPPORT.
This commit is contained in:
parent
0f7859e332
commit
07a41f740a
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ struct fs_ops *file_system[] = {
|
|||
#ifdef LOADER_BZIP2_SUPPORT
|
||||
&bzipfs_fsops,
|
||||
#endif
|
||||
#ifdef LOADER_NET_SUPPORT
|
||||
#ifdef LOADER_NFS_SUPPORT
|
||||
&nfs_fsops,
|
||||
#endif
|
||||
#ifdef LOADER_TFTP_SUPPORT
|
||||
|
|
|
|||
Loading…
Reference in a new issue