aboutsummaryrefslogtreecommitdiffstats
path: root/hostap
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-05-22 21:47:11 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-05-22 21:47:11 +0000
commitf77f3af77b568d127a4d88f44d4566def27a3862 (patch)
tree0da23f81d62787112a75fbec675f07a1a6917a03 /hostap
parent920f7ff74ac8482916f6ea6ac6e85fcd572cd240 (diff)
downloadopenembedded-f77f3af77b568d127a4d88f44d4566def27a3862.tar.gz
Merge http://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/05/22 23:46:53+02:00 hrw.one.pl!hrw fixed depmod error BKrev: 40afca5fKQzlk1o16tZF3PJWZCKWtA
Diffstat (limited to 'hostap')
-rw-r--r--hostap/hostap-modules_0.2.0.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/hostap/hostap-modules_0.2.0.oe b/hostap/hostap-modules_0.2.0.oe
index 5e8908547e..751bd0afaa 100644
--- a/hostap/hostap-modules_0.2.0.oe
+++ b/hostap/hostap-modules_0.2.0.oe
@@ -16,8 +16,8 @@ do_install() {
install -d ${D}/lib/modules/${KERNEL_VERSION}/net \
${D}/lib/modules/${KERNEL_VERSION}/pcmcia \
${D}/${sysconfdir}/pcmcia
- install -m 0755 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/
- install -m 0755 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/
- install -m 0755 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/
+ install -m 0644 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/
+ install -m 0644 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/
+ 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
}