diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-18 18:20:23 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-18 18:20:23 +0000 |
commit | 4b9805cba53ee926fbc9b3b72901b15d72982af0 (patch) | |
tree | 956c484f804848c2b0357c09d35742334f60dc8b /nslu2-binary-only | |
parent | 4d426656fdd26ae8e8066911c9a6d323e0f69cf8 (diff) |
Merge
2004/09/19 00:03:51+09:30 (none)!rwhitby
Fixed the Redbook -> Redboot typo in slugtool, and made corresponding changes to the nslu2 firmware unpacking and packing procedures.
BKrev: 414c7c67rQASFlywei1gQZEgaXh7iQ
Diffstat (limited to 'nslu2-binary-only')
-rw-r--r-- | nslu2-binary-only/nslu2-firmware-binary_2.3r25.oe | 14 |
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/ +} |