summaryrefslogtreecommitdiff
path: root/hostap/hostap-modules_0.1.3.oe
blob: 4f9061707b86b286b9aa5facacb23cf3c1205369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}