From 64b357bb98ac5c99a8a92df19919f639bf8db793 Mon Sep 17 00:00:00 2001 From: andersen Date: Thu, 26 Jun 2003 21:53:51 +0000 Subject: 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 --- coreutils/Config.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-55-g6feb