From 84cab4a9d8a50bedeb0fa281cd089db3b4a805fb Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 16 Aug 2022 18:58:30 +0200 Subject: [PATCH] busybox: enable telnet on normal devices There is no telnet compatible tool available for OpenWrt ever since it was removed with the switch to OpenSSH for logins. This commits adds telnet if the device is not a small flash one. Signed-off-by: Paul Spooren --- package/utils/busybox/Config-defaults.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index abe6d5431a..510a8129f5 100644 --- a/package/utils/busybox/Config-defaults.in +++ b/package/utils/busybox/Config-defaults.in @@ -2552,7 +2552,7 @@ config BUSYBOX_DEFAULT_UDPSVD default n config BUSYBOX_DEFAULT_TELNET bool - default n + default y if !SMALL_FLASH config BUSYBOX_DEFAULT_FEATURE_TELNET_TTYPE bool default n -- 2.30.2