busybox: enable telnet on normal devices telnet
authorPaul Spooren <mail@aparcar.org>
Tue, 16 Aug 2022 16:58:30 +0000 (18:58 +0200)
committerPaul Spooren <mail@aparcar.org>
Tue, 16 Aug 2022 16:58:30 +0000 (18:58 +0200)
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 <mail@aparcar.org>
package/utils/busybox/Config-defaults.in

index abe6d5431a70d4a61d03edcd30f9201be746b870..510a8129f5e98f926f7a3f2db5c49ccc4bb63a39 100644 (file)
@@ -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