diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-22 21:47:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-22 21:47:11 +0000 |
commit | f77f3af77b568d127a4d88f44d4566def27a3862 (patch) | |
tree | 0da23f81d62787112a75fbec675f07a1a6917a03 /hostap/hostap-modules_0.2.0.oe | |
parent | 920f7ff74ac8482916f6ea6ac6e85fcd572cd240 (diff) |
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/hostap-modules_0.2.0.oe')
-rw-r--r-- | hostap/hostap-modules_0.2.0.oe | 6 |
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 } |