git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e669774
)
Bumped switchbox version to match the new binary uploaded
author
Rod Whitby
<rod@whitby.id.au>
Wed, 17 Nov 2004 13:14:50 +0000
(13:14 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Wed, 17 Nov 2004 13:14:50 +0000
(13:14 +0000)
BKrev: 419b4ecaZNACRVMlkkjYxGvbgqk2-w
nslu2-binary-only/nslu2-switchbox-firmware.oe
patch
|
blob
|
history
diff --git
a/nslu2-binary-only/nslu2-switchbox-firmware.oe
b/nslu2-binary-only/nslu2-switchbox-firmware.oe
index
e69de29
..
298189e
100644
(file)
--- 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
+}