run telnet from inetd, present login prompt if login is configured,
patch from Bastian Blank
diff --git a/networking/Config.in b/networking/Config.in
index bc11780..ebefd60 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -315,6 +315,13 @@
 	help
 	  Please submit a patch to add help text for this item.
 
+config CONFIG_FEATURE_TELNETD_INETD
+	bool "  Use inetd"
+	default n
+	depends on CONFIG_TELNETD
+	help
+	  Please submit a patch to add help text for this item.
+
 config CONFIG_TFTP
 	bool "tftp"
 	default n