diff options
-rw-r--r-- | networking/Config.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/Config.src b/networking/Config.src index 15a696876..da36e8627 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -750,8 +750,7 @@ config TELNETD | |||
750 | 750 | ||
751 | Note that for busybox telnetd to work you need several things: | 751 | Note that for busybox telnetd to work you need several things: |
752 | First of all, your kernel needs: | 752 | First of all, your kernel needs: |
753 | UNIX98_PTYS=y | 753 | CONFIG_UNIX98_PTYS=y |
754 | DEVPTS_FS=y | ||
755 | 754 | ||
756 | Next, you need a /dev/pts directory on your root filesystem: | 755 | Next, you need a /dev/pts directory on your root filesystem: |
757 | 756 | ||