summaryrefslogtreecommitdiff
path: root/openembedded/packages/hostap/hostap-conf_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/hostap/hostap-conf_1.0.bb')
-rw-r--r--openembedded/packages/hostap/hostap-conf_1.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/openembedded/packages/hostap/hostap-conf_1.0.bb b/openembedded/packages/hostap/hostap-conf_1.0.bb
deleted file mode 100644
index 094722c84..000000000
--- a/openembedded/packages/hostap/hostap-conf_1.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
-MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
-SECTION = "kernel/modules"
-PRIORITY = "optional"
-LICENSE = "GPL"
-PACKAGE_ARCH = "all"
-PR = "r4"
-
-SRC_URI = "file://hostap_cs.conf \
- file://hostap_cs.conf-upstream"
-
-do_install() {
- install -d ${D}${sysconfdir}/pcmcia
- install -m 0644 ${WORKDIR}/hostap_cs.conf-upstream ${D}${sysconfdir}/pcmcia/hostap_cs.conf
- cat ${WORKDIR}/hostap_cs.conf >>${D}${sysconfdir}/pcmcia/hostap_cs.conf
-}