into giantshoulder.com:/home/tom/dev/openslug/openembedded
2005/01/18 10:37:25-05:00 giantshoulder.com!g2
OpenSlug/Switchbox fixes for OpenSlug boot
BKrev: 41ed39d3t5lp5aNUWTjb6AWRB_HSww
patches
.pc
packages/find_no_ver.sh
+packages/linux/openslug-kernel-2.6.9/fp_lenert_float64.patch
if [ -z "$mounted" ] && /bin/mount -rt jffs2 /dev/mtdblock4 /mnt/tmpmnt ; then
- if [ -e /mnt/tmpmnt/sbin/init -o -e /mnt/tmpmnt/bin/init ] ; then
+ if [ -x /mnt/tmpmnt/sbin/init -o -L /mnt/tmpmnt/sbin/init -o -x /mnt/tmpmnt/bin/init -o -L /mnt/tmpmnt/bin/init ] ; then
if [ -f /mnt/tmpmnt/.recovery ] ; then
mounted=
elif [ -f /mnt/tmpmnt/.ramdisk ] ; then
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://defconfig \
DEPENDS = ""
PACKAGES = ""
INHIBIT_DEFAULT_DEPS = "1"
-PR = "r9"
+PR = "r10"
-SRC_URI = "http://nslu.sf.net/downloads/switchbox-3.8.tar.gz"
+SRC_URI = "http://nslu.sf.net/downloads/switchbox-3.9.tar.gz"
S = "${WORKDIR}"
python () {