From ffe74261d95b63003472f92ab01a8705eeb9d558 Mon Sep 17 00:00:00 2001 From: Roman Azarenko Date: Tue, 11 Aug 2020 15:38:12 +0200 Subject: [PATCH] iop: config: add $TMOUT support in busybox ash This feature will prove useful to close idle sessions in automation workflows. On mips 24kc, this feature adds 16 bytes to busybox executable, therefore its effect on image size is negligible. --- iop/config | 1 + 1 file changed, 1 insertion(+) diff --git a/iop/config b/iop/config index fc0d293b8..afe139ef3 100644 --- a/iop/config +++ b/iop/config @@ -102,6 +102,7 @@ CONFIG_USE_STRIP=y CONFIG_BUILD_LOG=y CONFIG_BUSYBOX_CONFIG_ADDUSER=y CONFIG_BUSYBOX_CONFIG_ARPING=y +CONFIG_BUSYBOX_CONFIG_ASH_IDLE_TIMEOUT=y CONFIG_BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT=y CONFIG_BUSYBOX_CONFIG_CTTYHACK=y CONFIG_BUSYBOX_CONFIG_DELUSER=y