From adc122f785bb691a47c418a38800cfce3b95361d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 25 Jul 2004 13:05:08 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/25 15:05:03+02:00 uni-frankfurt.de!mickey hostap-modules now always use the upstream hostap_cs.conf and just append our additional entries BKrev: 4103b004XEDswdxz_J3MwL_9jqMDCA --- hostap/hostap-modules_0.2.4.oe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hostap/hostap-modules_0.2.4.oe') diff --git a/hostap/hostap-modules_0.2.4.oe b/hostap/hostap-modules_0.2.4.oe index 271507a099..d7226d2bdc 100644 --- a/hostap/hostap-modules_0.2.4.oe +++ b/hostap/hostap-modules_0.2.4.oe @@ -3,6 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " LICENSE = "GPL" +PR = "r1" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ file://hostap_cs.conf" @@ -24,5 +25,6 @@ do_install() { install -m 0644 driver/modules/$i ${D}/lib/modules/${KERNEL_VERSION}/net/ done install -m 0644 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 ${WORKDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf + install -m 0644 driver/etc/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf + cat ${WORKDIR}/hostap_cs.conf >>${D}/${sysconfdir}/pcmcia/hostap_cs.conf } -- cgit v1.2.3