diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 15:32:13 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 15:32:13 +0000 |
| commit | dde303ccaa144d085b6dabbebfefdfc4ee2a0164 (patch) | |
| tree | 1ead35c32568802b54283c76b260ab6ebbaa0af2 | |
| parent | ed8ea77477943a812c163cd9b70b982dfc3227c5 (diff) | |
| download | poky-dde303ccaa144d085b6dabbebfefdfc4ee2a0164.tar.gz | |
orinoco-conf: drop pcmcia-cs support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2980 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/orinoco/orinoco-conf_1.0.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/packages/orinoco/orinoco-conf_1.0.bb b/meta/packages/orinoco/orinoco-conf_1.0.bb index a734522979..89fe1df28f 100644 --- a/meta/packages/orinoco/orinoco-conf_1.0.bb +++ b/meta/packages/orinoco/orinoco-conf_1.0.bb | |||
| @@ -4,17 +4,12 @@ PRIORITY = "optional" | |||
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | RDEPENDS = "update-modules" | 5 | RDEPENDS = "update-modules" |
| 6 | PACKAGE_ARCH = "all" | 6 | PACKAGE_ARCH = "all" |
| 7 | PR = "r3" | 7 | PR = "r4" |
| 8 | 8 | ||
| 9 | SRC_URI = "file://spectrum.conf \ | 9 | SRC_URI = "file://orinoco_cs.conf" |
| 10 | file://hermes.conf \ | ||
| 11 | file://orinoco_cs.conf" | ||
| 12 | 10 | ||
| 13 | do_install() { | 11 | do_install() { |
| 14 | install -d ${D}${sysconfdir}/pcmcia | ||
| 15 | install -d ${D}${sysconfdir}/modutils | 12 | install -d ${D}${sysconfdir}/modutils |
| 16 | install -m 0644 ${WORKDIR}/spectrum.conf ${D}${sysconfdir}/pcmcia/ | ||
| 17 | install -m 0644 ${WORKDIR}/hermes.conf ${D}${sysconfdir}/pcmcia/ | ||
| 18 | install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}${sysconfdir}/modutils/ | 13 | install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}${sysconfdir}/modutils/ |
| 19 | } | 14 | } |
| 20 | 15 | ||
