aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-26 21:53:51 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-26 21:53:51 +0000
commit7c512439b238dab2c6944085ae906c630bd3ff40 (patch)
treec78bae77d4a6405a12ce5090b7e09ef59c83453a /coreutils
parentf60d4b491afc83aec0085edfb70302a37f3df305 (diff)
downloadbusybox-7c512439b238dab2c6944085ae906c630bd3ff40.tar.gz
Make sure we end up with a unix2dos link to busybox
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 2bcc48a62..4044582ed 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -113,6 +113,11 @@ config CONFIG_DOS2UNIX
help
Please submit a patch to add help text for this item.
+config CONFIG_UNIX2DOS
+ bool
+ default y
+ depends on CONFIG_DOS2UNIX
+
config CONFIG_DU
bool "du (default blocksize of 512 bytes)"
default n