From 50c538c2b942fecba6fa1fc3cfe0f5a339f10999 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 9 Mar 2021 22:36:59 -0800 Subject: busybox: Add `script` utility Handy since it allows you to wrap utilities, faking interactive execution and enabling them to properly line buffer output. Change-ID: I4672e431edc143da6f9018212a17d2cd9d8f6579 Signed-off-by: William A. Kennington III --- meta-google/recipes-core/busybox/files/gbmc.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-google/recipes-core') diff --git a/meta-google/recipes-core/busybox/files/gbmc.cfg b/meta-google/recipes-core/busybox/files/gbmc.cfg index 51d15d1c76..e097a921ae 100644 --- a/meta-google/recipes-core/busybox/files/gbmc.cfg +++ b/meta-google/recipes-core/busybox/files/gbmc.cfg @@ -6,6 +6,9 @@ CONFIG_NETSTAT=n CONFIG_LSOF=y CONFIG_LSUSB=y +# Used for line buffering +CONFIG_SCRIPT=y + # Used by NC-SId CONFIG_FEATURE_IPV6=y CONFIG_UDHCPC6=y -- cgit v1.2.3