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:
Sungwoo Kim 2021-04-03 12:54:42 +09:00 committed by Xiang Xiao
parent 003840a312
commit 6f4b133998

View file

@ -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"