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 = "r8" SRC_URI = "file://hostap_cs.conf \ file://hostap_cs.modalias \ file://hostap_cs.conf-upstream" do_compile() { } do_install() { install -d ${D}${sysconfdir}/pcmcia install -d ${D}${sysconfdir}/modutils 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 install -m 0644 ${WORKDIR}/hostap_cs.modalias ${D}${sysconfdir}/modutils/hostap_cs.conf } pkg_postinst () { if [ -n "$D" ]; then exit 1 fi update-modules || true } pkg_postrm () { update-modules || true }
summaryrefslogtreecommitdiff
path: root/tcl/target/c100.cfg
blob: a0a28d80a2d4f0603612a06f805e77b9e22dc623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42