diff options
| -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 | ||
