From: Felix Fietkau Date: Wed, 23 Mar 2005 13:33:17 +0000 (+0000) Subject: allow telnet login only in failsafe by default X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dd292b4a5914fd5a0cf4cbeb9ea79cc7d9c2a67e;p=15.05%2Fopenwrt.git allow telnet login only in failsafe by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@429 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/Sysconf.in b/openwrt/package/Sysconf.in index 647e292ff7..6c0cac3cd8 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"