diff options
author | Denys Vlasenko | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /findutils/find.c | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-2f32bf8be63f70125049402ba43101d8c6083d46.zip busybox-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/findutils/find.c b/findutils/find.c index 9022867..ca630b6 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -57,7 +57,7 @@ //config: //config:config FIND //config: bool "find" -//config: default n +//config: default y //config: help //config: find is used to search your system to find specified files. //config: @@ -193,7 +193,7 @@ //config: //config:config FEATURE_FIND_DELETE //config: bool "Enable -delete: delete files/dirs" -//config: default n +//config: default y //config: depends on FIND && FEATURE_FIND_DEPTH //config: help //config: Support the 'find -delete' option for deleting files and directories. @@ -223,7 +223,7 @@ //config: //config:config FEATURE_FIND_LINKS //config: bool "Enable -links: link count matching" -//config: default n +//config: default y //config: depends on FIND //config: help //config: Support the 'find -links' option for matching number of links. |