diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-27 22:16:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-27 22:16:43 +0000 |
commit | 156c36d9b42f783c60f090bbf3704c35d8fefaaa (patch) | |
tree | 6d2d6de8ed857f981b0dc2b1d4784e8b9bebf43e /sources/busybox.config | |
parent | 7db7bdf689600ca108429bc42355a1904397c502 (diff) | |
download | buildroot-novena-156c36d9b42f783c60f090bbf3704c35d8fefaaa.tar.gz buildroot-novena-156c36d9b42f783c60f090bbf3704c35d8fefaaa.zip |
Disable autologin
Diffstat (limited to 'sources/busybox.config')
-rw-r--r-- | sources/busybox.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index b5982c3e0..965bb4a8b 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -330,6 +330,7 @@ CONFIG_FEATURE_FANCY_PING=y CONFIG_ROUTE=y CONFIG_TELNET=y CONFIG_FEATURE_TELNET_TTYPE=y +CONFIG_FEATURE_TELNET_AUTOLOGIN=n # CONFIG_TELNETD is not set # CONFIG_TFTP is not set # CONFIG_TRACEROUTE is not set |