add /etc/modutils/hostap_cs.conf to hostap-modutils
authorPhil Blundell <philb@gnu.org>
Mon, 22 Nov 2004 22:11:15 +0000 (22:11 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 22 Nov 2004 22:11:15 +0000 (22:11 +0000)
BKrev: 41a26403Mz6azIeWEpv5cBEfh3iOZA

hostap/files/hostap_cs.modconf [new file with mode: 0644]
hostap/hostap-modules_0.2.5.oe

diff --git a/hostap/files/hostap_cs.modconf b/hostap/files/hostap_cs.modconf
new file mode 100644 (file)
index 0000000..e69de29
index 10c2000..3fea6a2 100644 (file)
@@ -3,10 +3,11 @@ SECTION = "kernel/modules"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 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