From 3b0a4379cdcf718ca0c02958aa0278ee21dfd86c Mon Sep 17 00:00:00 2001
From: Phil Blundell <philb@gnu.org>
Date: Tue, 23 Nov 2004 11:42:43 +0000
Subject: Merge bk://openembedded@openembedded.bkbits.net/packages-devel into
 stealth.nexus.co.uk:/home/pb/oe/oe-packages

2004/11/23 11:42:25+00:00 nexus.co.uk!pb
install wnv.conf and hostap_cs.conf in pcmcia-cs

BKrev: 41a32233_afll909aIlljf3_9OIEYA
---
 pcmcia-cs/files/hostap_cs.conf |  0
 pcmcia-cs/pcmcia-cs_3.2.8.oe   | 10 ++++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 pcmcia-cs/files/hostap_cs.conf

(limited to 'pcmcia-cs')

diff --git a/pcmcia-cs/files/hostap_cs.conf b/pcmcia-cs/files/hostap_cs.conf
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/pcmcia-cs/pcmcia-cs_3.2.8.oe b/pcmcia-cs/pcmcia-cs_3.2.8.oe
index 7b95f88eb6..71e41ab643 100644
--- a/pcmcia-cs/pcmcia-cs_3.2.8.oe
+++ b/pcmcia-cs/pcmcia-cs_3.2.8.oe
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
 	   file://busybox.patch;patch=1 \
@@ -11,7 +11,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
 	   file://pcmcia \
 	   file://ide.opts \
 	   file://wireless.opts \
-	   file://network.conf"
+	   file://network.conf \
+	   file://hostap_cs.conf \
+	   file://wnv.conf \"
 S = "${WORKDIR}/pcmcia-cs-${PV}"
 
 INITSCRIPT_NAME = "pcmcia"
@@ -61,7 +63,11 @@ do_install() {
 	install -d ${D}/${sysconfdir}/init.d \
 		   ${D}/${sysconfdir}/pcmcia \
 		   ${D}/${sysconfdir}/pcmcia/cis
+
 	install -m 0644 ${WORKDIR}/network.conf ${D}/${sysconfdir}/pcmcia/
+	install -m 0644 ${WORKDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/
+	install -m 0644 ${WORKDIR}/wnv.conf ${D}/${sysconfdir}/pcmcia/
+
 	for i in ${INSTALL_ETC}; do
 		install etc/${i} ${D}/${sysconfdir}/pcmcia/
 	done
-- 
cgit v1.2.3