From 714a97dec930f64705294eb2addc588d1249386b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 9 Nov 2017 15:44:21 +0000 Subject: hostap-utils: remove obsolete driver HostAP is the user-space part of the Intersil Prism 2/2.5/3 wifi chipset. It's also a decade old and obsolete, so remove it from oe-core. (From OE-Core rev: 63be0678bbe3c3809cdd75f1aabd8e031341719a) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 23 ----------------------- 1 file changed, 23 deletions(-) delete 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 deleted file mode 100644 index e1d4c5477c..0000000000 --- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -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 - -S = "${WORKDIR}" - -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