From 1f68db6814e42f2f160cad0d7ce8d5c6d2ee44f6 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 19 Jul 2004 15:55:53 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/19 17:36:00+02:00 uni-frankfurt.de!mickey add metalog, a sophisticated syslog daemon, courtesy Jeroen Roose BKrev: 40fbef093-z7aIiyj1gvrYnGLp_3gA --- hostap/hostap-modules-0.2.0/hostap_cs.conf | 0 hostap/hostap-modules-0.2.4/hostap_cs.conf | 0 hostap/hostap-modules_0.2.0.oe | 23 ----------------------- hostap/hostap-modules_0.2.4.oe | 0 4 files changed, 23 deletions(-) delete mode 100644 hostap/hostap-modules-0.2.0/hostap_cs.conf create mode 100644 hostap/hostap-modules-0.2.4/hostap_cs.conf delete mode 100644 hostap/hostap-modules_0.2.0.oe create mode 100644 hostap/hostap-modules_0.2.4.oe (limited to 'hostap') diff --git a/hostap/hostap-modules-0.2.0/hostap_cs.conf b/hostap/hostap-modules-0.2.0/hostap_cs.conf deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/hostap/hostap-modules-0.2.4/hostap_cs.conf b/hostap/hostap-modules-0.2.4/hostap_cs.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-modules_0.2.0.oe b/hostap/hostap-modules_0.2.0.oe deleted file mode 100644 index 751bd0afaa..0000000000 --- a/hostap/hostap-modules_0.2.0.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer " -LICENSE = "GPL" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf" -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -MAKE_TARGETS = "hostap pccard" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/pcmcia - install -m 0644 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/ - install -m 0644 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/ - install -m 0644 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 ${WORKDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf -} diff --git a/hostap/hostap-modules_0.2.4.oe b/hostap/hostap-modules_0.2.4.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3