summaryrefslogtreecommitdiff
path: root/package/editors/ed
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-04-26 22:03:37 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-04-26 22:03:37 +0200
commite0db53202c306634005fa2f6068ea7f06d68d5ab (patch)
treecfd6434173bd329ac08b90e6e305262a50b385b7 /package/editors/ed
parent187f0a55323437e33f5a66ef670fe0e49f52bc45 (diff)
package: get rid of editors subdir
Not much point in a seperate subdir for only four packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/editors/ed')
-rw-r--r--package/editors/ed/Config.in8
-rw-r--r--package/editors/ed/ed.mk10
2 files changed, 0 insertions, 18 deletions
diff --git a/package/editors/ed/Config.in b/package/editors/ed/Config.in
deleted file mode 100644
index 63dc21e7c..000000000
--- a/package/editors/ed/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-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/
diff --git a/package/editors/ed/ed.mk b/package/editors/ed/ed.mk
deleted file mode 100644
index d9960db82..000000000
--- a/package/editors/ed/ed.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-#############################################################
-#
-# ed
-#
-#############################################################
-ED_VERSION:=1.1
-ED_SOURCE:=ed-$(ED_VERSION).tar.bz2
-ED_SITE:=$(BR2_GNU_MIRROR)/ed/
-
-$(eval $(call AUTOTARGETS,package/editors,ed))