aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busyboxconfig-extras
diff options
context:
space:
mode:
authorOliver Smith <ollieparanoid@bitmessage.ch>2017-06-08 23:34:41 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-08 23:43:51 +0200
commit57efaf77dc5764a5e2b3622e19a472492d3980d4 (patch)
tree8f870fd5d8f9c5726a54759b5d7de6e00d8a8851 /main/busybox/busyboxconfig-extras
parent47b9ff1206f8232d6483efbaa9d5f4fadee7ffc9 (diff)
downloadaports-57efaf77dc5764a5e2b3622e19a472492d3980d4.tar.bz2
aports-57efaf77dc5764a5e2b3622e19a472492d3980d4.tar.xz
main/busybox: fix telnetd in busybox-extras
CONFIG_FEATURE_DEVPTS was not enabled, so telnetd exits with: telnetd: can't find free pty ... as soon as someone tries to connect.
Diffstat (limited to 'main/busybox/busyboxconfig-extras')
-rw-r--r--main/busybox/busyboxconfig-extras2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig-extras b/main/busybox/busyboxconfig-extras
index 8e0af09cf9..8aec08e58b 100644
--- a/main/busybox/busyboxconfig-extras
+++ b/main/busybox/busyboxconfig-extras
@@ -21,7 +21,7 @@ CONFIG_FEATURE_INSTALLER=y
# CONFIG_INSTALL_NO_USR is not set
# CONFIG_PAM is not set
# CONFIG_LONG_OPTS is not set
-# CONFIG_FEATURE_DEVPTS is not set
+CONFIG_FEATURE_DEVPTS=y
# CONFIG_FEATURE_CLEAN_UP is not set
# CONFIG_FEATURE_UTMP is not set
# CONFIG_FEATURE_WTMP is not set