mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
nshlib: typo fixed in Kconfig
`NSH_DISABLE_NFSMOUNT` should be `NSH_DISABLE_NFSMOUNT` Signed-off-by: Roy Feng <roy.feng@sony.com>
This commit is contained in:
parent
e336ebad5e
commit
cc3392452a
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ config NSH_DISABLE_MW
|
|||
bool "Disable mw"
|
||||
default y
|
||||
|
||||
config NSH_DISABLE_NSFMOUNT
|
||||
config NSH_DISABLE_NFSMOUNT
|
||||
bool "Disable nfsmount"
|
||||
default DEFAULT_SMALL
|
||||
depends on NFS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue