From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-bsp/hostap/hostap-conf_1.0.bb (limited to 'meta/recipes-bsp/hostap/hostap-conf_1.0.bb') diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb new file mode 100644 index 0000000000..e2c7cc0344 --- /dev/null +++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb @@ -0,0 +1,21 @@ +SUMMARY = "Configuration files for HostAP (wifi) driver" +DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset." +SECTION = "kernel/modules" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" +PR = "r15" + +SRC_URI = "file://hostap_cs.modalias \ + file://COPYING.patch" + +inherit allarch + +do_compile() { +} + +do_install() { + install -d ${D}${sysconfdir}/modprobe.d + + install -m 0644 ${WORKDIR}/hostap_cs.modalias ${D}${sysconfdir}/modprobe.d/hostap_cs.conf +} + -- cgit v1.2.3-54-g00ecf