Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions netutils/dropbear/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ menuconfig NETUTILS_DROPBEAR
depends on !DISABLE_PSEUDOFS_OPERATIONS
depends on !DISABLE_PTHREAD
depends on SCHED_WAITPID
depends on SCHED_HAVE_PARENT
depends on NSH_LIBRARY
depends on FSUTILS_PASSWD
depends on PSEUDOTERM
Expand All @@ -19,6 +20,7 @@ menuconfig NETUTILS_DROPBEAR
depends on LIBC_GAISTRERROR
select CRYPTO
select CRYPTO_RANDOM_POOL
select SCHED_CHILD_STATUS
---help---
Enable a minimal Dropbear SSH server port for NuttX. This initial
port is based on the ESP-IDF MCU test port and provides a single
Expand Down
Loading