diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-27 19:33:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-27 19:33:20 +0100 |
commit | 0c6fb98d013e4ffc664935a51adce94254d10f83 (patch) | |
tree | f5d5cdecd15b0282cc4b1598632d6cb3afc84791 /package/busybox/config/editors | |
parent | 02e9bb0970ba681f228dc642b1e5026cc97047c7 (diff) |
update busybox and default config
Diffstat (limited to 'package/busybox/config/editors')
-rw-r--r-- | package/busybox/config/editors/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in index 0d598af4c..2d04fe99b 100644 --- a/package/busybox/config/editors/Config.in +++ b/package/busybox/config/editors/Config.in @@ -14,7 +14,7 @@ config BUSYBOX_AWK config BUSYBOX_FEATURE_AWK_LIBM bool "Enable math functions (requires libm)" - default y + default n depends on BUSYBOX_AWK help Enable math functions of the Awk programming language. @@ -22,15 +22,15 @@ config BUSYBOX_FEATURE_AWK_LIBM config BUSYBOX_CMP bool "cmp" - default y + default n help cmp is used to compare two files and returns the result to standard output. config BUSYBOX_DIFF bool "diff" - default y depends on !ADK_PACKAGE_DIFFUTILS + default n help diff compares two files or directories and outputs the differences between them in a form that can be given to @@ -70,12 +70,14 @@ config BUSYBOX_ED config BUSYBOX_PATCH bool "patch" + depends on !ADK_PACKAGE_PATCH default n help Apply a unified diff formatted patch. config BUSYBOX_SED bool "sed" + depends on !ADK_PACKAGE_SED default y help sed is used to perform text transformations on a file @@ -83,6 +85,7 @@ config BUSYBOX_SED config BUSYBOX_VI bool "vi" + depends on !ADK_PACKAGE_VIM default y help 'vi' is a text editor. More specifically, it is the One True |