projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66f843
)
busybox: enable telnet on normal devices
telnet
author
Paul Spooren
<mail@aparcar.org>
Tue, 16 Aug 2022 16:58:30 +0000
(18:58 +0200)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Config-defaults.in
b/package/utils/busybox/Config-defaults.in
index abe6d5431a70d4a61d03edcd30f9201be746b870..510a8129f5e98f926f7a3f2db5c49ccc4bb63a39 100644
(file)
--- 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