aboutsummaryrefslogtreecommitdiffstats
path: root/packages/busybox
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-12-23 10:50:30 +0000
committerKoen Kooi <koen@openembedded.org>2007-12-23 10:50:30 +0000
commite49ed8da00b7a5d874fd92a806c6b036a726069c (patch)
tree4c2986b1f377b0363e6637cc792e8e553c2b39a4 /packages/busybox
parent95580064683ef83263017dce9b610c74306348bb (diff)
parenta5ab4c1e92a80b977b53072b349e05ab0f097dd1 (diff)
downloadopenembedded-e49ed8da00b7a5d874fd92a806c6b036a726069c.tar.gz
merge of '6765ce1f621a9ef917ba1521afc7b81013e14dc2'
and 'fcc520f13c2e5df6e6b7d52dcbfb32cb1750c941'
Diffstat (limited to 'packages/busybox')
-rw-r--r--packages/busybox/slingbox-1.3.1/trylink-bash.patch8
-rw-r--r--packages/busybox/slingbox_1.3.1.bb3
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/busybox/slingbox-1.3.1/trylink-bash.patch b/packages/busybox/slingbox-1.3.1/trylink-bash.patch
new file mode 100644
index 0000000000..a1b00f6ddb
--- /dev/null
+++ b/packages/busybox/slingbox-1.3.1/trylink-bash.patch
@@ -0,0 +1,8 @@
+--- busybox-1.3.1/scripts/trylink~ 2006-12-27 15:23:24.000000000 +1030
++++ busybox-1.3.1/scripts/trylink 2007-12-19 15:03:20.000000000 +1030
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+
+ debug=false
+
diff --git a/packages/busybox/slingbox_1.3.1.bb b/packages/busybox/slingbox_1.3.1.bb
index 62d150a9fe..4d3ab56cc3 100644
--- a/packages/busybox/slingbox_1.3.1.bb
+++ b/packages/busybox/slingbox_1.3.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.busybox.net"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
-PR = "r1"
+PR = "r2"
COMPATIBLE_MACHINE = "nslu2"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
@@ -14,6 +14,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://lazy_umount.patch;patch=1 \
file://halt.patch;patch=1 \
file://fdisk-readhex.patch;patch=1 \
+ file://trylink-bash.patch;patch=1 \
file://slingbox_name.patch;patch=1 \
file://slingbox.patch;patch=1"