diff options
author | Rob Landley | 2006-05-04 20:56:43 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-04 20:56:43 +0000 |
commit | 3b89039c25c8eb15435ed4f87bc8cb31c7941064 (patch) | |
tree | 0793ca73b2cbceca33e678571de77178364c5b6b /editors/Config.in | |
parent | 846fe0c045eedb2a2e5b3432648f4c1f04353631 (diff) | |
download | busybox-3b89039c25c8eb15435ed4f87bc8cb31c7941064.zip busybox-3b89039c25c8eb15435ed4f87bc8cb31c7941064.tar.gz |
It was sitting there, in the patches directory, for years. It was delete it
or apply it. It's small, simple, evil, part of SUSv3, and we can switch it
off.
Diffstat (limited to 'editors/Config.in')
-rw-r--r-- | editors/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in index a30879c..14c316c 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -20,6 +20,14 @@ config CONFIG_FEATURE_AWK_MATH Enable math functions of the Awk programming language. NOTE: This will require libm to be present for linking. +config CONFIG_ED + bool "ed" + default n + help + The original 1970's Unix text editor, from the days of teletypes. + Small, simple, evil. Part of SUSv3. If you're not already using + this, you don't need it. + config CONFIG_PATCH bool "patch" default n |