diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-06-26 21:53:51 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-06-26 21:53:51 +0000 |
commit | 64b357bb98ac5c99a8a92df19919f639bf8db793 (patch) | |
tree | c78bae77d4a6405a12ce5090b7e09ef59c83453a | |
parent | 8a1fa891f16055c1dc73df4cd75a52ed0647d467 (diff) | |
download | busybox-w32-64b357bb98ac5c99a8a92df19919f639bf8db793.tar.gz busybox-w32-64b357bb98ac5c99a8a92df19919f639bf8db793.tar.bz2 busybox-w32-64b357bb98ac5c99a8a92df19919f639bf8db793.zip |
Make sure we end up with a unix2dos link to busybox
git-svn-id: svn://busybox.net/trunk/busybox@6984 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | coreutils/Config.in | 5 |
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 | |||
113 | help | 113 | help |
114 | Please submit a patch to add help text for this item. | 114 | Please submit a patch to add help text for this item. |
115 | 115 | ||
116 | config CONFIG_UNIX2DOS | ||
117 | bool | ||
118 | default y | ||
119 | depends on CONFIG_DOS2UNIX | ||
120 | |||
116 | config CONFIG_DU | 121 | config CONFIG_DU |
117 | bool "du (default blocksize of 512 bytes)" | 122 | bool "du (default blocksize of 512 bytes)" |
118 | default n | 123 | default n |