summaryrefslogtreecommitdiffstats
path: root/meta/packages/hostap/hostap-conf_1.0.bb
blob: 1b0edf19cb8f57d0a600c5a822590369f3f03e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
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
}