Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | SUMMARY = "Configuration files for HostAP (wifi) driver" |
| 2 | DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset." |
| 3 | SECTION = "kernel/modules" |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 6 | PR = "r15" |
| 7 | |
| 8 | SRC_URI = "file://hostap_cs.modalias \ |
| 9 | file://COPYING.patch" |
| 10 | |
| 11 | inherit allarch |
| 12 | |
| 13 | S = "${WORKDIR}" |
| 14 | |
| 15 | do_compile() { |
| 16 | } |
| 17 | |
| 18 | do_install() { |
| 19 | install -d ${D}${sysconfdir}/modprobe.d |
| 20 | |
| 21 | install -m 0644 ${WORKDIR}/hostap_cs.modalias ${D}${sysconfdir}/modprobe.d/hostap_cs.conf |
| 22 | } |
| 23 | |