summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-29 14:46:41 +0000
committerPhil Blundell <philb@gnu.org>2004-08-29 14:46:41 +0000
commit03e70e4e9ff1d8ce10e6666078b0cc43f1164b13 (patch)
tree40e05e6b9e3fc1e750d2e96598ed3c3aa1498683
parent6cebc9504d9211fb154613c6421563db1d659e2e (diff)
provide /etc/sysconfig/pcmcia to select PCIC for arm systems
BKrev: 4131ec51whEfeNB7okMTtU9720xm-g
-rw-r--r--pcmcia-cs/files/arm/pcmcia0
-rw-r--r--pcmcia-cs/files/pcmcia0
-rw-r--r--pcmcia-cs/pcmcia-cs_3.2.8.oe5
3 files changed, 4 insertions, 1 deletions
diff --git a/pcmcia-cs/files/arm/pcmcia b/pcmcia-cs/files/arm/pcmcia
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/pcmcia-cs/files/arm/pcmcia
diff --git a/pcmcia-cs/files/pcmcia b/pcmcia-cs/files/pcmcia
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/pcmcia-cs/files/pcmcia
diff --git a/pcmcia-cs/pcmcia-cs_3.2.8.oe b/pcmcia-cs/pcmcia-cs_3.2.8.oe
index 433092e8da..7247a62007 100644
--- a/pcmcia-cs/pcmcia-cs_3.2.8.oe
+++ b/pcmcia-cs/pcmcia-cs_3.2.8.oe
@@ -3,11 +3,12 @@ SECTION = "base"
PRIORITY = "required"
LICENSE = "GPL"
DEPENDS = "virtual/kernel"
-PR = "r1"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
file://busybox.patch;patch=1 \
file://network.patch;patch=1 \
+ file://pcmcia \
file://ide.opts \
file://wireless.opts \
file://network.conf"
@@ -73,6 +74,8 @@ do_install() {
install -m 0644 $i ${D}/${sysconfdir}/pcmcia/cis/
done
install -m 0755 etc/rc.pcmcia ${D}/${sysconfdir}/init.d/pcmcia
+ install -d ${D}/${sysconfdir}/sysconfig
+ install -m 0755 ${WORKDIR}/pcmcia ${D}/${sysconfdir}/sysconfig/pcmcia
}
FILES_${PN} = "${sbindir} ${sysconfdir}"