aboutsummaryrefslogtreecommitdiffstats
path: root/nslu2-binary-only
diff options
context:
space:
mode:
Diffstat (limited to 'nslu2-binary-only')
-rw-r--r--nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe b/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe
index e69de29bb2..ba151b6b0e 100644
--- a/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe
+++ b/nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe
@@ -0,0 +1,14 @@
+DEPENDS = "slugtool-native"
+PACKAGES = ""
+INHIBIT_DEFAULT_DEPS = "1"
+
+SRC_URI = "ftp://ftp.linksys.com/pub/network/nslu2-fw-2.3r25.zip"
+S = "${WORKDIR}"
+
+do_compile () {
+ slugtool unpack NSLU2_V23R25.bin
+ install -d ${STAGING_LIBDIR}/nslu2-binaries
+ install -m 0755 Redboot ${STAGING_LIBDIR}/nslu2-binaries/
+ install -m 0755 SysConf ${STAGING_LIBDIR}/nslu2-binaries/
+ install -m 0755 Trailer ${STAGING_LIBDIR}/nslu2-binaries/
+}