summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 15:27:10 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 15:27:10 +0000
commit50dbd1958d128b67f82b781b0c1987f2764d003a (patch)
treeb8a4c356ec46260424d89eb81f0ac45eb16e9b49
parent98460330f36d2808795549c5a3289645515a326e (diff)
downloadpoky-50dbd1958d128b67f82b781b0c1987f2764d003a.tar.gz
hostap-conf: dropped pcmcia-cs support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2978 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/hostap/hostap-conf_1.0.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/packages/hostap/hostap-conf_1.0.bb b/meta/packages/hostap/hostap-conf_1.0.bb
index e0909dde3f..ce069662c7 100644
--- a/meta/packages/hostap/hostap-conf_1.0.bb
+++ b/meta/packages/hostap/hostap-conf_1.0.bb
@@ -4,22 +4,16 @@ PRIORITY = "optional"
4LICENSE = "GPL" 4LICENSE = "GPL"
5RDEPENDS = "update-modules" 5RDEPENDS = "update-modules"
6PACKAGE_ARCH = "all" 6PACKAGE_ARCH = "all"
7PR = "r9" 7PR = "r10"
8 8
9SRC_URI = "file://hostap_cs.conf \ 9SRC_URI = "file://hostap_cs.modalias"
10 file://hostap_cs.modalias \
11 file://hostap_cs.conf-upstream"
12 10
13do_compile() { 11do_compile() {
14} 12}
15 13
16do_install() { 14do_install() {
17 install -d ${D}${sysconfdir}/pcmcia
18 install -d ${D}${sysconfdir}/modutils 15 install -d ${D}${sysconfdir}/modutils
19 16
20 install -m 0644 ${WORKDIR}/hostap_cs.conf-upstream ${D}${sysconfdir}/pcmcia/hostap_cs.conf
21 cat ${WORKDIR}/hostap_cs.conf >>${D}${sysconfdir}/pcmcia/hostap_cs.conf
22
23 install -m 0644 ${WORKDIR}/hostap_cs.modalias ${D}${sysconfdir}/modutils/hostap_cs.conf 17 install -m 0644 ${WORKDIR}/hostap_cs.modalias ${D}${sysconfdir}/modutils/hostap_cs.conf
24} 18}
25 19