summaryrefslogtreecommitdiff
path: root/hostap/hostap-modules_0.1.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'hostap/hostap-modules_0.1.3.oe')
-rw-r--r--hostap/hostap-modules_0.1.3.oe22
1 files changed, 22 insertions, 0 deletions
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 <mickey@Vanille.de>"
+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
+}
+