summaryrefslogtreecommitdiff
path: root/packages/busybox/slingbox_1.00.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-02-21 13:03:11 +0000
committerRod Whitby <rod@whitby.id.au>2005-02-21 13:03:11 +0000
commit1676fca2c487892c5839fb933a06c008d0fa4fdd (patch)
treea8a26b6b54f83f78b15717513d09b50a3a581512 /packages/busybox/slingbox_1.00.bb
parenteb9b124493b7c5e05fd494e2105af4b45dd7036c (diff)
Unslung and OpenSlug both working with switchbox. Updated CVSDATE stuff in nslu2.conf. Changed CMDLINE in openslug kernel to use switchbox. Changed switchbox and slingbox to use /usr/sbin and /usr/bin (just like in OpenSlug busybox) so that the location of executables match across SwitchBox, Unslung and Openslug. Added /initrd directory to OpenSlug rootfs so that it can be used for the pivot_root in switchbox.
BKrev: 4219dc0fM9IKay9jW_b1WMSP_N7e1w
Diffstat (limited to 'packages/busybox/slingbox_1.00.bb')
-rw-r--r--packages/busybox/slingbox_1.00.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/busybox/slingbox_1.00.bb b/packages/busybox/slingbox_1.00.bb
index eeb9622353..7429f8a101 100644
--- a/packages/busybox/slingbox_1.00.bb
+++ b/packages/busybox/slingbox_1.00.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.busybox.net"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
-PR = "r4"
+PR = "r6"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://defconfig \
@@ -22,7 +22,7 @@ export EXTRA_CFLAGS = "${CFLAGS}"
EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}"
PACKAGES = "${PN}"
-FILES_${PN} = "/bin /sbin"
+FILES_${PN} = "/"
FILES_${PN}-doc = ""
FILES_${PN}-dev = ""
FILES_${PN}-locale = ""