allow telnet login only in failsafe by default
SVN-Revision: 429
This commit is contained in:
parent
48158a983c
commit
db950ba204
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
menu "Runtime Configuration"
|
||||
choice
|
||||
bool "Telnet access"
|
||||
default BR2_SYSCONF_TELNET_OPEN
|
||||
default BR2_SYSCONF_TELNET_FAILSAFE_ONLY
|
||||
|
||||
config BR2_SYSCONF_TELNET_FAILSAFE_ONLY
|
||||
bool "open, failsafe only"
|
||||
|
|
Loading…
Reference in a new issue