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/editors/Config.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'package/busybox/config/editors/Config.in') diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in index f6e29ac34..21aaa090d 100644 --- a/package/busybox/config/editors/Config.in +++ b/package/busybox/config/editors/Config.in @@ -8,10 +8,11 @@ menu "Editors" config BUSYBOX_PATCH bool "patch" - depends on !ADK_PACKAGE_PATCH + depends on !BUSYBOX_DISABLE_PATCH default n help Apply a unified diff formatted patch. + config BUSYBOX_VI bool "vi" default y @@ -160,8 +161,8 @@ config BUSYBOX_CMP config BUSYBOX_DIFF bool "diff" - depends on !ADK_PACKAGE_DIFFUTILS - default n + depends on !BUSYBOX_DISABLE_DIFF + default y help diff compares two files or directories and outputs the differences between them in a form that can be given to @@ -184,6 +185,7 @@ config BUSYBOX_FEATURE_DIFF_DIR config BUSYBOX_ED bool "ed" + depends on !BUSYBOX_DISABLE_ED default y help The original 1970's Unix text editor, from the days of teletypes. @@ -192,7 +194,7 @@ config BUSYBOX_ED config BUSYBOX_SED bool "sed" - depends on !ADK_PACKAGE_SED + depends on !BUSYBOX_DISABLE_SED default y help sed is used to perform text transformations on a file -- cgit v1.2.3