From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- hostap/hostap-modules_0.1.3.oe | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'hostap/hostap-modules_0.1.3.oe') diff --git a/hostap/hostap-modules_0.1.3.oe b/hostap/hostap-modules_0.1.3.oe index e69de29bb2..4f9061707b 100644 --- a/hostap/hostap-modules_0.1.3.oe +++ b/hostap/hostap-modules_0.1.3.oe @@ -0,0 +1,22 @@ +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 +S = "${WORKDIR}/hostap-driver-${PV}" + +inherit module + +MAKE_TARGETS = hostap pccard + +do_install() { + install -d ${D}/lib/modules/${KERNEL_VERSION}/{net,pcmcia} + install -d ${D}/etc/pcmcia + install -m 0755 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/ + install -m 0755 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/ + install -m 0755 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ + install -m 0644 ${FILESDIR}/hostap_cs.conf ${D}/etc/pcmcia/hostap_cs.conf +} + -- cgit v1.2.3