summaryrefslogtreecommitdiff
path: root/package/editors/ed/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-07 10:00:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-07 10:00:04 +0000
commitd47bd2de38a6a7efb5e104c37af5761b530629a8 (patch)
treefc445a15868d0e04690efefced8a481963ff5f6c /package/editors/ed/Config.in
parent5381e1c4862578b1265cdbe66cf65db3d7ca3b22 (diff)
buildroot: move editors under package/editors and merge menus
Based on patch by Arnar Mar Sig.
Diffstat (limited to 'package/editors/ed/Config.in')
-rw-r--r--package/editors/ed/Config.in9
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/