aboutsummaryrefslogtreecommitdiffstats
path: root/hostap
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-22 22:11:15 +0000
committerPhil Blundell <philb@gnu.org>2004-11-22 22:11:15 +0000
commitae1e32eb85cc91f3abf6f6094f36cab6ebd87e2f (patch)
treeb98030553e0ca8539e9d9d0882afec77802708fd /hostap
parent1be2ac4006770bf1d3a30ba3965d2edc45e49bc1 (diff)
downloadopenembedded-ae1e32eb85cc91f3abf6f6094f36cab6ebd87e2f.tar.gz
add /etc/modutils/hostap_cs.conf to hostap-modutils
BKrev: 41a26403Mz6azIeWEpv5cBEfh3iOZA
Diffstat (limited to 'hostap')
-rw-r--r--hostap/files/hostap_cs.modconf0
-rw-r--r--hostap/hostap-modules_0.2.5.oe6
2 files changed, 5 insertions, 1 deletions
diff --git a/hostap/files/hostap_cs.modconf b/hostap/files/hostap_cs.modconf
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hostap/files/hostap_cs.modconf
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 <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