aboutsummaryrefslogtreecommitdiffstats
path: root/slugtool/slugtool.oe
diff options
context:
space:
mode:
Diffstat (limited to 'slugtool/slugtool.oe')
-rw-r--r--slugtool/slugtool.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/slugtool/slugtool.oe b/slugtool/slugtool.oe
deleted file mode 100644
index b4ee1f6c3a..0000000000
--- a/slugtool/slugtool.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "unknown"
-DESCRIPTION = "Slugtool is a small app to disassemble and reassemble \
-flash images for the Linksys NSLU2 device."
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r1"
-
-SRC_URI = "http://www.lantz.com/filemgmt_data/files/slugtool.tar.gz \
- file://redboot_typo.patch;patch=1"
-S = "${WORKDIR}"
-
-do_compile () {
- ${CC} ${CFLAGS} ${LDFLAGS} slugtool.c -o slugtool
-}
-
-do_install () {
- install -d ${D}/${bindir}
- install -m 0755 slugtool ${D}/${bindir}/
-}