mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
orinoco-conf: drop pcmcia-cs support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2980 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,17 +4,12 @@ PRIORITY = "optional"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
RDEPENDS = "update-modules"
|
RDEPENDS = "update-modules"
|
||||||
PACKAGE_ARCH = "all"
|
PACKAGE_ARCH = "all"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "file://spectrum.conf \
|
SRC_URI = "file://orinoco_cs.conf"
|
||||||
file://hermes.conf \
|
|
||||||
file://orinoco_cs.conf"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${sysconfdir}/pcmcia
|
|
||||||
install -d ${D}${sysconfdir}/modutils
|
install -d ${D}${sysconfdir}/modutils
|
||||||
install -m 0644 ${WORKDIR}/spectrum.conf ${D}${sysconfdir}/pcmcia/
|
|
||||||
install -m 0644 ${WORKDIR}/hermes.conf ${D}${sysconfdir}/pcmcia/
|
|
||||||
install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}${sysconfdir}/modutils/
|
install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}${sysconfdir}/modutils/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user