diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 15:27:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 15:27:10 +0000 |
commit | 50dbd1958d128b67f82b781b0c1987f2764d003a (patch) | |
tree | b8a4c356ec46260424d89eb81f0ac45eb16e9b49 /meta/packages/hostap/hostap-conf_1.0.bb | |
parent | 98460330f36d2808795549c5a3289645515a326e (diff) | |
download | openembedded-core-50dbd1958d128b67f82b781b0c1987f2764d003a.tar.gz openembedded-core-50dbd1958d128b67f82b781b0c1987f2764d003a.tar.bz2 openembedded-core-50dbd1958d128b67f82b781b0c1987f2764d003a.zip |
hostap-conf: dropped pcmcia-cs support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2978 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hostap/hostap-conf_1.0.bb')
-rw-r--r-- | meta/packages/hostap/hostap-conf_1.0.bb | 10 |
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" LICENSE = "GPL" RDEPENDS = "update-modules" PACKAGE_ARCH = "all" -PR = "r9" +PR = "r10" -SRC_URI = "file://hostap_cs.conf \ - file://hostap_cs.modalias \ - file://hostap_cs.conf-upstream" +SRC_URI = "file://hostap_cs.modalias" 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 } |