mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
License: BSD: NFS client file system
the NFS client file system uses the BSD license and should be excluded by default Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
ce73f9cbfc
commit
bca973ac51
@@ -22,6 +22,9 @@ config ALLOW_BSD_COMPONENTS
|
|||||||
|
|
||||||
NOTE: If this option is not set the following components
|
NOTE: If this option is not set the following components
|
||||||
are not included in the setup menu:
|
are not included in the setup menu:
|
||||||
|
FS
|
||||||
|
NFS client file system
|
||||||
|
Wireless
|
||||||
Bluetooth LE support
|
Bluetooth LE support
|
||||||
|
|
||||||
config ALLOW_GPL_COMPONENTS
|
config ALLOW_GPL_COMPONENTS
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
config NFS
|
config NFS
|
||||||
bool "NFS client file system"
|
bool "NFS client file system"
|
||||||
default n
|
default n
|
||||||
depends on !DISABLE_MOUNTPOINT
|
depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS
|
||||||
---help---
|
---help---
|
||||||
Enable network file system (NFS) client file system
|
Enable network file system (NFS) client file system
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user