mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01: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"
|
||||
RDEPENDS = "update-modules"
|
||||
PACKAGE_ARCH = "all"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "file://spectrum.conf \
|
||||
file://hermes.conf \
|
||||
file://orinoco_cs.conf"
|
||||
SRC_URI = "file://orinoco_cs.conf"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir}/pcmcia
|
||||
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/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user