mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 01:47:47 +00:00
[configrue] output "none" for NCP Vendor Hook or Spinel Encrypted when not specified (#2497)
This commit is contained in:
committed by
Jonathan Hui
parent
23069bbeec
commit
39af476d70
@@ -913,6 +913,7 @@ AC_ARG_WITH(
|
||||
],
|
||||
[
|
||||
OPENTHREAD_ENABLE_NCP_VENDOR_HOOK=0
|
||||
with_ncp_vendor_hook_source=none
|
||||
])
|
||||
|
||||
AC_MSG_CHECKING([for NCP vendor hook source])
|
||||
@@ -938,6 +939,7 @@ AC_ARG_WITH(
|
||||
],
|
||||
[
|
||||
OPENTHREAD_ENABLE_NCP_SPINEL_ENCRYPTER=0
|
||||
with_ncp_spinel_encrypter_libs=none
|
||||
])
|
||||
|
||||
AC_MSG_CHECKING([for NCP Spinel Encrypter])
|
||||
|
||||
Reference in New Issue
Block a user