From 051f3e3e21b49103da1172f9461bed71e4c32b71 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 15 Jan 2012 02:25:42 +0100 Subject: [PATCH] busybox: add 'dos2unix' and 'unix2dos' 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 d12fa78e2d..693b6d92bf 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.19.3 -# Thu Jan 12 22:58:59 2012 +# Sun Jan 15 02:24:21 2012 # CONFIG_HAVE_DOT_CONFIG=y @@ -203,8 +203,8 @@ CONFIG_FEATURE_DD_IBS_OBS=y CONFIG_DF=y # CONFIG_FEATURE_DF_FANCY is not set CONFIG_DIRNAME=y -# CONFIG_DOS2UNIX is not set -# CONFIG_UNIX2DOS is not set +CONFIG_DOS2UNIX=y +CONFIG_UNIX2DOS=y CONFIG_DU=y # CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K is not set CONFIG_ECHO=y