From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- .../CE-AG06.dat | 0 .../sharpzdc | 49 ---------------------- .../sharpzdc.conf | 0 3 files changed, 49 deletions(-) delete mode 100644 sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/CE-AG06.dat delete mode 100644 sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc delete mode 100644 sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc.conf (limited to 'sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix') diff --git a/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/CE-AG06.dat b/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/CE-AG06.dat deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc b/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc deleted file mode 100644 index fbfd99d002..0000000000 --- a/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -# -# sharpzdc 1.00 2001/11/21 00:00:00 (Akio Tagami) -# -# Initialize or shutdown for SHARP Digital Camera Card -# -# The first argument should be either 'start' or 'stop'. The second -# argument is the base name for the device. - -if [ -r ./shared ] ; then . ./shared ; else . /etc/pcmcia/shared ; fi - -# Get device attributes -get_info $DEVICE - -# Load site-specific settings -ADDRESS="$SCHEME,$SOCKET,$SERIAL_NO" - -# cmd=$ACTION, dev=$DEVICE, id=$MAJOR, key=$ADDRESS - -case "$ACTION" in - -'start') - if [ -e /dev/$DEVICE ] ; then - rm -f /dev/$DEVICE - fi - mknod /dev/$DEVICE c $MAJOR 0 - chmod a+rw /dev/$DEVICE - ;; - -'check') - ;; - -'stop') - ;; - -'cksum') - ;; - -'suspend'|'resume') - ;; - -*) - usage - ;; - -esac - -exit 0 - diff --git a/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc.conf b/sharp-binary-only/sharp-camera-support-2.4.18-rmk7-pxa3-embedix/sharpzdc.conf deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3