summaryrefslogtreecommitdiff
path: root/at76c503a
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /at76c503a
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'at76c503a')
-rw-r--r--at76c503a/at76c503a-modules_cvs.bb0
-rw-r--r--at76c503a/at76c503a-modules_cvs.oe35
2 files changed, 0 insertions, 35 deletions
diff --git a/at76c503a/at76c503a-modules_cvs.bb b/at76c503a/at76c503a-modules_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/at76c503a/at76c503a-modules_cvs.bb
diff --git a/at76c503a/at76c503a-modules_cvs.oe b/at76c503a/at76c503a-modules_cvs.oe
deleted file mode 100644
index 1c9dfba06f..0000000000
--- a/at76c503a/at76c503a-modules_cvs.oe
+++ /dev/null
@@ -1,35 +0,0 @@
-SECTION = "base"
-LICENSE = "GPL"
-SRC_URI = "cvs://anonymous@cvs.berlios.de/cvsroot/at76c503a;module=at76c503a \
- file://ipaq.patch;patch=1;pnum=0"
-S = "${WORKDIR}/at76c503a"
-PR = "r1"
-PV = "0.0cvs${CVSDATE}"
-
-inherit module
-
-MODULES = at76c503.o at76_usbdfu.o at76c503-i3861.o at76c503-rfmd.o at76c503-rfmd-acc.o \
- at76c505-rfmd.o at76c503-i3863.o at76c505-rfmd2958.o
-
-pkg_postinst() {
-#!/bin/sh
-if [ "x$D" != "x" ]; then
- exit 1
-fi
-update-modules || true
-}
-
-pkg_postrm() {
-#!/bin/sh
-update-modules || true
-}
-
-do_install() {
- install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/usb/
- for i in ${MODULES}; do install -m 0644 $i ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/usb/$i; done
-
- if [ "${MACHINE}" = "h3900" ]; then
- install -d ${D}/etc/modutils
- echo "at76c503-rfmd" > ${D}/etc/modutils/at76c503-rfmd
- fi
-}