summaryrefslogtreecommitdiff
path: root/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nslu2-binary-only/nslu2-switchbox-firmware.bb')
-rw-r--r--packages/nslu2-binary-only/nslu2-switchbox-firmware.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb b/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb
deleted file mode 100644
index 6c3739a718..0000000000
--- a/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SECTION = "base"
-DEPENDS = ""
-PACKAGES = ""
-LICENSE = "BSD"
-INHIBIT_DEFAULT_DEPS = "1"
-PR = "r19"
-
-SRC_URI = "http://nslu.sf.net/downloads/switchbox-4.11.tar.gz"
-S = "${WORKDIR}"
-
-python () {
- # Don't build switchbox firmware unless we're targeting an nslu2
- mach = bb.data.getVar("MACHINE", d, 1)
- if mach != 'nslu2':
- raise bb.parse.SkipPackage("Switchbox is only relevant for the Linksys NSLU2")
-}
-
-do_compile () {
- install -d ${STAGING_LIBDIR}/nslu2-binaries
- install -m 0755 switchbox.ext2.gz ${STAGING_LIBDIR}/nslu2-binaries/switchbox.ext2.gz
-}