diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 13:33:17 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 13:33:17 +0000 |
| commit | db950ba20446514de551999329f92adcb06e21af (patch) | |
| tree | 5b2f82c356f9ea9f6e4bc88b0d30c7f62acdcbda | |
| parent | 48158a983cc52be233e77538d1592f0bd7e60950 (diff) | |
| download | mtk-20170518-db950ba20446514de551999329f92adcb06e21af.zip mtk-20170518-db950ba20446514de551999329f92adcb06e21af.tar.gz mtk-20170518-db950ba20446514de551999329f92adcb06e21af.tar.bz2 | |
allow telnet login only in failsafe by default
SVN-Revision: 429
| -rw-r--r-- | openwrt/package/Sysconf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Sysconf.in b/openwrt/package/Sysconf.in index 647e292..6c0cac3 100644 --- a/openwrt/package/Sysconf.in +++ b/openwrt/package/Sysconf.in @@ -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" |
