From fda125fc48a3d2725f8c26795507be1b35d759ca Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 2 Sep 2010 23:19:54 +0200 Subject: [PATCH] busybox: add 'awk' applet Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index 63fc457893..74fd207c5c 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.17.2 -# Tue Aug 31 02:30:21 2010 +# Thu Sep 2 23:18:41 2010 # CONFIG_HAVE_DOT_CONFIG=y @@ -338,8 +338,8 @@ CONFIG_WHICH=y # # Editors # -# CONFIG_AWK is not set -# CONFIG_FEATURE_AWK_LIBM is not set +CONFIG_AWK=y +CONFIG_FEATURE_AWK_LIBM=y # CONFIG_CMP is not set # CONFIG_DIFF is not set # CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set