mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
nshlib: Disable mb, mh, and mw by default
- Fix https://github.com/apache/incubator-nuttx/issues/3011 Co-authored-by: Gisu Yeo <wcharcode@gmail.com> Co-authored-by: Taegyu Kim <tgkim@purdue.edu>
This commit is contained in:
parent
003840a312
commit
6f4b133998
1 changed files with 3 additions and 3 deletions
|
|
@ -365,7 +365,7 @@ config NSH_DISABLE_LS
|
|||
|
||||
config NSH_DISABLE_MB
|
||||
bool "Disable mb"
|
||||
default n
|
||||
default y
|
||||
|
||||
config NSH_DISABLE_MD5
|
||||
bool "Disable md5"
|
||||
|
|
@ -402,7 +402,7 @@ config NSH_DISABLE_MKSMARTFS
|
|||
|
||||
config NSH_DISABLE_MH
|
||||
bool "Disable mh"
|
||||
default n
|
||||
default y
|
||||
|
||||
config NSH_DISABLE_MODCMDS
|
||||
bool "Disable modules commands (insmod, rmmod, lsmod)"
|
||||
|
|
@ -419,7 +419,7 @@ config NSH_DISABLE_MV
|
|||
|
||||
config NSH_DISABLE_MW
|
||||
bool "Disable mw"
|
||||
default n
|
||||
default y
|
||||
|
||||
config NSH_DISABLE_NSFMOUNT
|
||||
bool "Disable nfsmount"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue