From: Phil Blundell Date: Mon, 22 Nov 2004 22:11:15 +0000 (+0000) Subject: add /etc/modutils/hostap_cs.conf to hostap-modutils X-Git-Tag: Release-2010-05/1~16005 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1e32eb85cc91f3abf6f6094f36cab6ebd87e2f;p=openembedded.git add /etc/modutils/hostap_cs.conf to hostap-modutils BKrev: 41a26403Mz6azIeWEpv5cBEfh3iOZA --- diff --git a/hostap/files/hostap_cs.modconf b/hostap/files/hostap_cs.modconf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-modules_0.2.5.oe b/hostap/hostap-modules_0.2.5.oe index 10c20007f1..3fea6a2dae 100644 --- a/hostap/hostap-modules_0.2.5.oe +++ b/hostap/hostap-modules_0.2.5.oe @@ -3,10 +3,11 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ file://hostap_cs.conf \ + file://hostap_cs.modconf \ file://Makefile.patch;patch=1" SRC_URI_append_mtx-1 = " file://mtx_compat.diff;patch=1;pnum=0 \ file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" @@ -30,6 +31,9 @@ do_install() { install -m 0644 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ 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 + + install -d ${D}/etc/modutils + install -m 0644 ${WORKDIR}/hostap_cs.modconf ${D}/etc/modutils/hostap_cs.conf if [ "${MACHINE}" = "mtx-1" ]; then install -d ${D}/etc/modutils