summaryrefslogtreecommitdiffstats
path: root/meta/packages/hostap/hostap-conf_1.0.bb
blob: 094722c845cef030131cc16b288a5e103bd6c2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}