diff options
Diffstat (limited to 'package/ed/Config.in')
-rw-r--r-- | package/ed/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/ed/Config.in b/package/ed/Config.in new file mode 100644 index 000000000..63dc21e7c --- /dev/null +++ b/package/ed/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_ED + bool "ed" + 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/ |