Skip to content

Commit

Permalink
system/telnetd: Let SYSTEM_TELNETD depends on SYSTEM_NSH
Browse files Browse the repository at this point in the history
since telnetd invokes functions from nshlib

Signed-off-by: Xiang Xiao <[email protected]>
  • Loading branch information
xiaoxiang781216 committed Oct 13, 2024
1 parent 2429b2e commit 0bb883d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/telnetd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
config SYSTEM_TELNETD
tristate "Telnet daemon application"
default !DEFAULT_SMALL
depends on NETUTILS_TELNETD
depends on NETUTILS_TELNETD && SYSTEM_NSH
---help---
Enable the Telnet daemon application

Expand Down

0 comments on commit 0bb883d

Please sign in to comment.