aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-11-13 12:45:33 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-11-13 12:45:33 +0100
commit73225b6d6e14f63e048fd95b504a2d909684699f (patch)
treefa4e412ed699e2e4abbc62d810cd8a9980055d5a /editors/Config.src
parentf200f732f4d04a26814f109be8db2b6510e7127c (diff)
downloadbusybox-w32-73225b6d6e14f63e048fd95b504a2d909684699f.tar.gz
busybox-w32-73225b6d6e14f63e048fd95b504a2d909684699f.tar.bz2
busybox-w32-73225b6d6e14f63e048fd95b504a2d909684699f.zip
switch editors/* to embedded-in-source kbuild system
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/Config.src')
-rw-r--r--editors/Config.src45
1 files changed, 0 insertions, 45 deletions
diff --git a/editors/Config.src b/editors/Config.src
index d3bd46e40..c6e9d92af 100644
--- a/editors/Config.src
+++ b/editors/Config.src
@@ -7,51 +7,6 @@ menu "Editors"
7 7
8INSERT 8INSERT
9 9
10config CMP
11 bool "cmp"
12 default y
13 help
14 cmp is used to compare two files and returns the result
15 to standard output.
16
17config DIFF
18 bool "diff"
19 default y
20 help
21 diff compares two files or directories and outputs the
22 differences between them in a form that can be given to
23 the patch command.
24
25config FEATURE_DIFF_LONG_OPTIONS
26 bool "Enable long options"
27 default y
28 depends on DIFF && LONG_OPTS
29 help
30 Enable use of long options.
31
32config FEATURE_DIFF_DIR
33 bool "Enable directory support"
34 default y
35 depends on DIFF
36 help
37 This option enables support for directory and subdirectory
38 comparison.
39
40config ED
41 bool "ed"
42 default y
43 help
44 The original 1970's Unix text editor, from the days of teletypes.
45 Small, simple, evil. Part of SUSv3. If you're not already using
46 this, you don't need it.
47
48config SED
49 bool "sed"
50 default y
51 help
52 sed is used to perform text transformations on a file
53 or input from a pipeline.
54
55config FEATURE_ALLOW_EXEC 10config FEATURE_ALLOW_EXEC
56 bool "Allow vi and awk to execute shell commands" 11 bool "Allow vi and awk to execute shell commands"
57 default y 12 default y