mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
hostap-conf: dropped pcmcia-cs support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2978 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,22 +4,16 @@ PRIORITY = "optional"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
RDEPENDS = "update-modules"
|
RDEPENDS = "update-modules"
|
||||||
PACKAGE_ARCH = "all"
|
PACKAGE_ARCH = "all"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
SRC_URI = "file://hostap_cs.conf \
|
SRC_URI = "file://hostap_cs.modalias"
|
||||||
file://hostap_cs.modalias \
|
|
||||||
file://hostap_cs.conf-upstream"
|
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${sysconfdir}/pcmcia
|
|
||||||
install -d ${D}${sysconfdir}/modutils
|
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
|
install -m 0644 ${WORKDIR}/hostap_cs.modalias ${D}${sysconfdir}/modutils/hostap_cs.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user