diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-02-21 13:03:11 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-02-21 13:03:11 +0000 |
commit | 1676fca2c487892c5839fb933a06c008d0fa4fdd (patch) | |
tree | a8a26b6b54f83f78b15717513d09b50a3a581512 /packages/nslu2-binary-only | |
parent | eb9b124493b7c5e05fd494e2105af4b45dd7036c (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/nslu2-binary-only')
-rw-r--r-- | packages/nslu2-binary-only/nslu2-switchbox-firmware.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb b/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb index 0ed74e207a..9778896c04 100644 --- a/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb +++ b/packages/nslu2-binary-only/nslu2-switchbox-firmware.bb @@ -2,9 +2,9 @@ SECTION = "base" DEPENDS = "" PACKAGES = "" INHIBIT_DEFAULT_DEPS = "1" -PR = "r15" +PR = "r16" -SRC_URI = "http://nslu.sf.net/downloads/switchbox-4.7.tar.gz" +SRC_URI = "http://nslu.sf.net/downloads/switchbox-4.8.tar.gz" S = "${WORKDIR}" python () { |