aboutsummaryrefslogtreecommitdiffstats
path: root/prism54/prism54-module_1.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'prism54/prism54-module_1.2.oe')
-rw-r--r--prism54/prism54-module_1.2.oe32
1 files changed, 0 insertions, 32 deletions
diff --git a/prism54/prism54-module_1.2.oe b/prism54/prism54-module_1.2.oe
deleted file mode 100644
index 8db1c630ba..0000000000
--- a/prism54/prism54-module_1.2.oe
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "Linux Driver for the 802.11g Prism GT / Prism Duette / Prism Indigo Chipsets"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-HOMEPAGE = "http://prism54.org"
-LICENSE = "GPL"
-RDEPENDS = "kernel (${KERNEL_VERSION}) kernel-module-firmware-class prism54-firmware (1.0.3.0) hotplug"
-DEPENDS = "virtual/kernel prism54-firmware"
-
-SRC_URI = "http://prism54.org/pub/linux/testing/tars/2004-06/prism54-1.2.tar.bz2"
-
-S = "${WORKDIR}/prism54-${PV}"
-
-inherit module-base
-
-# Hack Alert :D
-ARCH_mipsel = "mips"
-
-EXTRA_OEMAKE = "KDIR=${STAGING_KERNEL_DIR} KMISC=${D}/lib/modules/${KERNEL_VERSION}/net KVER=${KERNEL_VERSION}"
-
-do_compile() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake modules
-}
-
-do_install() {
- unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake install
-
-}
-
-FILES_${PN} = "/lib/modules/"