diff options
Diffstat (limited to 'package/editors/ed/Config.in')
-rw-r--r-- | package/editors/ed/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/editors/ed/Config.in b/package/editors/ed/Config.in new file mode 100644 index 000000000..d14343fdf --- /dev/null +++ b/package/editors/ed/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_ED + bool "ed" + default n + help + A line-oriented text editor. Used to create, display, modify, + and otherwise manipulate text files. Often used in scripts + rather than invoked directly. + + http://www.gnu.org/software/ed/ |