summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core/busybox
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-10 09:36:59 +0300
committerWilliam A. Kennington III <wak@google.com>2021-03-10 22:01:09 +0300
commit50c538c2b942fecba6fa1fc3cfe0f5a339f10999 (patch)
treea6cc3cb9b74d28d7e0c19b5f8d270fa9dc3b6645 /meta-google/recipes-core/busybox
parentf7ef633d5f6a9144acdf60af1dacd7a351c9abb5 (diff)
downloadopenbmc-50c538c2b942fecba6fa1fc3cfe0f5a339f10999.tar.xz
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 <wak@google.com>
Diffstat (limited to 'meta-google/recipes-core/busybox')
-rw-r--r--meta-google/recipes-core/busybox/files/gbmc.cfg3
1 files changed, 3 insertions, 0 deletions
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