diff options
Diffstat (limited to 'nslu2-binary-only/nslu2-switchbox-firmware.oe')
-rw-r--r-- | nslu2-binary-only/nslu2-switchbox-firmware.oe | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nslu2-binary-only/nslu2-switchbox-firmware.oe b/nslu2-binary-only/nslu2-switchbox-firmware.oe deleted file mode 100644 index 39f3a0a4b1..0000000000 --- a/nslu2-binary-only/nslu2-switchbox-firmware.oe +++ /dev/null @@ -1,13 +0,0 @@ -SECTION = "base" -DEPENDS = "" -PACKAGES = "" -INHIBIT_DEFAULT_DEPS = "1" -PR = "r3" - -SRC_URI = "http://www.nslu2-linux.org/downloads/switchbox-3.3.tar.gz" -S = "${WORKDIR}" - -do_compile () { - install -d ${STAGING_LIBDIR}/nslu2-binaries - install -m 0755 switchbox.ext2.gz ${STAGING_LIBDIR}/nslu2-binaries/switchbox.ext2.gz -} |