summaryrefslogtreecommitdiff
path: root/nslu2-binary-only
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2004-11-17 13:14:50 +0000
committerRod Whitby <rod@whitby.id.au>2004-11-17 13:14:50 +0000
commitda07777bc14e76333ab056f1f32e29887c872389 (patch)
treecc16691137873e8fe4435a068c47e21b954b34aa /nslu2-binary-only
parente66977412765ccc7486d63f99f63da35830de9a3 (diff)
Bumped switchbox version to match the new binary uploaded
BKrev: 419b4ecaZNACRVMlkkjYxGvbgqk2-w
Diffstat (limited to 'nslu2-binary-only')
-rw-r--r--nslu2-binary-only/nslu2-switchbox-firmware.oe13
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
+}