Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_

while we're in the area.
This commit is contained in:
Rob Landley
2005-10-04 03:34:39 +00:00
parent d128b71820
commit 5d3a0e8ed3
3 changed files with 78 additions and 44 deletions

View File

@@ -57,6 +57,14 @@ config CONFIG_FEATURE_FIND_INUM
help
Support the 'find -inum' option for searching by inode number.
config CONFIG_FEATURE_FIND_EXEC
bool " Enable (-exec) option allowing execution of commands"
default y
depends on CONFIG_FIND
help
Support the 'find -exec' option for executing commands based upon
the files matched.
config CONFIG_GREP
bool "grep"
default n