telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel
authorMartin Kaiser <lists@kaiser.cx>
Sun, 2 Nov 2014 22:23:16 +0000 (23:23 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 30 Jan 2015 16:12:38 +0000 (17:12 +0100)
commit1cbe93cf4e4234629a15cc3038bdb379961ffc2e
tree8a79c28e1550b93e0096569addbccd3931039a8b
parent08f9ffc3f7503eb3dc94f16c615b20d2ae9a059c
telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel

(re-sending this as it got ignored completey and the format of the
previous mail was probably not correct - please let me know if there's
anything else I can do to get this trivial fix applied)

for telnetd to work, we only need CONFIG_UNIX98_PTYS to be enabled
in the Linux kernel - DEVPTS_FS has been obsolete for some time

Signed-off-by: Martin Kaiser <lists@kaiser.cx>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/Config.src