diff options
Diffstat (limited to 'nslu2-binary-only')
-rw-r--r-- | nslu2-binary-only/nslu2-switchbox-firmware.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nslu2-binary-only/nslu2-switchbox-firmware.oe b/nslu2-binary-only/nslu2-switchbox-firmware.oe index e69de29bb2..298189ecdb 100644 --- a/nslu2-binary-only/nslu2-switchbox-firmware.oe +++ b/nslu2-binary-only/nslu2-switchbox-firmware.oe @@ -0,0 +1,13 @@ +SECTION = "base" +DEPENDS = "" +PACKAGES = "" +INHIBIT_DEFAULT_DEPS = "1" +PR = "r2" + +SRC_URI = "http://www.nslu2-linux.org/downloads/switchbox-3.2.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 +} |