From 33dd541790614765228a71477e1f8b2b6aa21ce1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Oct 2013 19:54:20 +0200 Subject: reorganize the handling of busybox applets, which needs to be disabled when full programm is choosen by the user --- package/busybox/config/findutils/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/busybox/config/findutils/Config.in') diff --git a/package/busybox/config/findutils/Config.in b/package/busybox/config/findutils/Config.in index 072f01bfc..25d925288 100644 --- a/package/busybox/config/findutils/Config.in +++ b/package/busybox/config/findutils/Config.in @@ -8,7 +8,7 @@ menu "Finding Utilities" config BUSYBOX_FIND bool "find" - depends on !ADK_PACKAGE_FINDUTILS + depends on !BUSYBOX_DISABLE_FIND default y help find is used to search your system to find specified files. @@ -187,9 +187,10 @@ config BUSYBOX_FEATURE_FIND_LINKS depends on BUSYBOX_FIND help Support the 'find -links' option for matching number of links. + config BUSYBOX_GREP bool "grep" - depends on !ADK_PACKAGE_GREP + depends on !BUSYBOX_DISABLE_GREP default y help grep is used to search files for a specified pattern. -- cgit v1.2.3