summaryrefslogtreecommitdiff
path: root/packages/at76c503a
diff options
context:
space:
mode:
Diffstat (limited to 'packages/at76c503a')
-rw-r--r--packages/at76c503a/.mtn2git_empty0
-rw-r--r--packages/at76c503a/at76c503a-modules/.mtn2git_empty0
-rw-r--r--packages/at76c503a/at76c503a-modules/makefile.cc.patch11
-rw-r--r--packages/at76c503a/at76c503a-modules_cvs.bb38
4 files changed, 0 insertions, 49 deletions
diff --git a/packages/at76c503a/.mtn2git_empty b/packages/at76c503a/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/at76c503a/.mtn2git_empty
+++ /dev/null
diff --git a/packages/at76c503a/at76c503a-modules/.mtn2git_empty b/packages/at76c503a/at76c503a-modules/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/at76c503a/at76c503a-modules/.mtn2git_empty
+++ /dev/null
diff --git a/packages/at76c503a/at76c503a-modules/makefile.cc.patch b/packages/at76c503a/at76c503a-modules/makefile.cc.patch
deleted file mode 100644
index c7a41990d3..0000000000
--- a/packages/at76c503a/at76c503a-modules/makefile.cc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- at76c503a/Makefile.old 2005-07-29 21:57:34.000000000 +0200
-+++ at76c503a/Makefile 2005-07-29 21:57:43.000000000 +0200
-@@ -9,7 +9,7 @@
- # the License, or (at your option) any later version.
- #
-
--CC=gcc
-+#CC=gcc
-
- ifneq (,$(KVERS))
- KERNEL_VERSION=$(KVERS)
diff --git a/packages/at76c503a/at76c503a-modules_cvs.bb b/packages/at76c503a/at76c503a-modules_cvs.bb
deleted file mode 100644
index 5e56c4787a..0000000000
--- a/packages/at76c503a/at76c503a-modules_cvs.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SECTION = "base"
-LICENSE = "GPL"
-SRC_URI = "cvs://anonymous@cvs.berlios.de/cvsroot/at76c503a;module=at76c503a \
- file://makefile.cc.patch;patch=1"
-S = "${WORKDIR}/at76c503a"
-PR = "r2"
-PV = "0.0cvs${CVSDATE}"
-
-inherit module
-
-MODULES = "at76c503 at76_usbdfu at76c503-i3861 at76c503-rfmd at76c503-rfmd-acc \
- at76c505-rfmd at76c503-i3863 at76c505-rfmd2958"
-MODULES_EXTENSION = "o"
-MODULES_EXTENSION_kernel26 = "ko"
-
-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}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/
- for i in ${MODULES}; do
- install -m 0644 $i.${MODULES_EXTENSION} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/
- done
- if [ "${MACHINE}" = "h3900" ]; then
- install -d ${D}${sysconfdir}/modutils
- echo "at76c503-rfmd" > ${D}${sysconfdir}/modutils/at76c503-rfmd
- fi
-}