summaryrefslogtreecommitdiff
path: root/packages/nonworking
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-05-04 12:59:18 +0000
committerKoen Kooi <koen@openembedded.org>2008-05-04 12:59:18 +0000
commit6e849984cff2e88b5b3dbe722282019d67c6887f (patch)
treef448dbd6587332d6b6d5e76daba7d937daf3d3e2 /packages/nonworking
parent8f86fcb04d3daad9e376c315994bf54716f96fc0 (diff)
at76c503a: move back to packages since it's working perfectly for machine it was added for: h5000
Diffstat (limited to 'packages/nonworking')
-rw-r--r--packages/nonworking/at76c503a/.mtn2git_empty0
-rw-r--r--packages/nonworking/at76c503a/at76c503a-modules/.mtn2git_empty0
-rw-r--r--packages/nonworking/at76c503a/at76c503a-modules/makefile.cc.patch11
-rw-r--r--packages/nonworking/at76c503a/at76c503a-modules_0.17.bb22
-rw-r--r--packages/nonworking/at76c503a/at76c503a-modules_cvs.bb23
5 files changed, 0 insertions, 56 deletions
diff --git a/packages/nonworking/at76c503a/.mtn2git_empty b/packages/nonworking/at76c503a/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/nonworking/at76c503a/.mtn2git_empty
+++ /dev/null
diff --git a/packages/nonworking/at76c503a/at76c503a-modules/.mtn2git_empty b/packages/nonworking/at76c503a/at76c503a-modules/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/nonworking/at76c503a/at76c503a-modules/.mtn2git_empty
+++ /dev/null
diff --git a/packages/nonworking/at76c503a/at76c503a-modules/makefile.cc.patch b/packages/nonworking/at76c503a/at76c503a-modules/makefile.cc.patch
deleted file mode 100644
index c7a41990d3..0000000000
--- a/packages/nonworking/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/nonworking/at76c503a/at76c503a-modules_0.17.bb b/packages/nonworking/at76c503a/at76c503a-modules_0.17.bb
deleted file mode 100644
index 58b782b483..0000000000
--- a/packages/nonworking/at76c503a/at76c503a-modules_0.17.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Driver for at76 based usb-wifi devices"
-SECTION = "base"
-LICENSE = "GPL"
-
-PR = "r1"
-
-RDEPENDS = "at76c503-firmware"
-
-SRC_URI = "http://download.berlios.de/at76c503a/at76_usb-0.17.tar.gz"
-S = "${WORKDIR}/at76_usb-${PV}/"
-
-inherit module
-
-MODULES = "at76c503 at76_usbdfu at76c503-i3861 at76c503-rfmd at76c503-rfmd-acc \
- at76c505-rfmd at76c503-i3863 at76c505-rfmd2958"
-
-do_install() {
- install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/
- for i in *${KERNEL_OBJECT_SUFFIX}; do
- install -m 0644 $i ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/
- done
-}
diff --git a/packages/nonworking/at76c503a/at76c503a-modules_cvs.bb b/packages/nonworking/at76c503a/at76c503a-modules_cvs.bb
deleted file mode 100644
index 7422cc610c..0000000000
--- a/packages/nonworking/at76c503a/at76c503a-modules_cvs.bb
+++ /dev/null
@@ -1,23 +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 = "r4"
-PV = "0.0+cvs${SRCDATE}"
-
-inherit module
-
-MODULES = "at76c503 at76_usbdfu at76c503-i3861 at76c503-rfmd at76c503-rfmd-acc \
- at76c505-rfmd at76c503-i3863 at76c505-rfmd2958"
-
-do_install() {
- install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/
- for i in ${MODULES}; do
- install -m 0644 $i${KERNEL_OBJECT_SUFFIX} ${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
-}