diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-19 15:55:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-19 15:55:53 +0000 |
commit | 1f68db6814e42f2f160cad0d7ce8d5c6d2ee44f6 (patch) | |
tree | 1541b134e4fa17a56afa4dee2b07499a259c3f26 /hostap | |
parent | aabdd79f269016e5fdbe488007d152250c2bd3f2 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/19 17:36:00+02:00 uni-frankfurt.de!mickey
add metalog, a sophisticated syslog daemon, courtesy Jeroen Roose
BKrev: 40fbef093-z7aIiyj1gvrYnGLp_3gA
Diffstat (limited to 'hostap')
-rw-r--r-- | hostap/hostap-modules-0.2.4/hostap_cs.conf (renamed from hostap/hostap-modules-0.2.0/hostap_cs.conf) | 0 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.0.oe | 23 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.4.oe | 0 |
3 files changed, 0 insertions, 23 deletions
diff --git a/hostap/hostap-modules-0.2.0/hostap_cs.conf b/hostap/hostap-modules-0.2.4/hostap_cs.conf index e69de29bb2..e69de29bb2 100644 --- a/hostap/hostap-modules-0.2.0/hostap_cs.conf +++ b/hostap/hostap-modules-0.2.4/hostap_cs.conf diff --git a/hostap/hostap-modules_0.2.0.oe b/hostap/hostap-modules_0.2.0.oe deleted file mode 100644 index 751bd0afaa..0000000000 --- a/hostap/hostap-modules_0.2.0.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -LICENSE = "GPL" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf" -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -MAKE_TARGETS = "hostap pccard" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/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 -} diff --git a/hostap/hostap-modules_0.2.4.oe b/hostap/hostap-modules_0.2.4.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-modules_0.2.4.oe |