diff options
Diffstat (limited to 'hostap')
-rw-r--r-- | hostap/hostap-daemon_0.2.4.bb (renamed from hostap/hostap-wpa-supplicant-nossl_0.2.5.oe) | 0 | ||||
-rw-r--r-- | hostap/hostap-daemon_0.2.4.oe | 17 | ||||
-rw-r--r-- | hostap/hostap-modules_0.1.3.bb (renamed from hostap/hostap-wpa-supplicant-ssl_0.2.5.oe) | 0 | ||||
-rw-r--r-- | hostap/hostap-modules_0.1.3.oe | 26 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.0.bb | 0 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.0.oe | 25 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.4.bb | 0 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.4.oe | 42 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.5.bb | 0 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.5.oe | 59 | ||||
-rw-r--r-- | hostap/hostap-utils_0.2.4.bb | 0 | ||||
-rw-r--r-- | hostap/hostap-utils_0.2.4.oe | 23 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant-nossl_0.2.5.bb | 0 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant-ssl_0.2.5.bb | 0 |
14 files changed, 0 insertions, 192 deletions
diff --git a/hostap/hostap-wpa-supplicant-nossl_0.2.5.oe b/hostap/hostap-daemon_0.2.4.bb index e69de29bb2..e69de29bb2 100644 --- a/hostap/hostap-wpa-supplicant-nossl_0.2.5.oe +++ b/hostap/hostap-daemon_0.2.4.bb diff --git a/hostap/hostap-daemon_0.2.4.oe b/hostap/hostap-daemon_0.2.4.oe deleted file mode 100644 index 059a7acbe8..0000000000 --- a/hostap/hostap-daemon_0.2.4.oe +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "User space daemon for extended IEEE 802.11 management" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/userland" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -RDEPENDS = "hostap-modules (${PV}) hostap-utils (${PV})" - -SRC_URI = "http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz" -S = "${WORKDIR}/hostapd-${PV}" - -do_install() { - install -d ${D}/${sysconfdir} ${D}/${bindir} - install -m 0644 hostapd.conf ${D}/${sysconfdir}/ - install -m 0755 hostapd ${D}/${bindir} -} - diff --git a/hostap/hostap-wpa-supplicant-ssl_0.2.5.oe b/hostap/hostap-modules_0.1.3.bb index e69de29bb2..e69de29bb2 100644 --- a/hostap/hostap-wpa-supplicant-ssl_0.2.5.oe +++ b/hostap/hostap-modules_0.1.3.bb diff --git a/hostap/hostap-modules_0.1.3.oe b/hostap/hostap-modules_0.1.3.oe deleted file mode 100644 index 41d68da7ce..0000000000 --- a/hostap/hostap-modules_0.1.3.oe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -PR = "r1" - -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 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/etc/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf - cat ${WORKDIR}/hostap_cs.conf >>${D}/${sysconfdir}/pcmcia/hostap_cs.conf - -} diff --git a/hostap/hostap-modules_0.2.0.bb b/hostap/hostap-modules_0.2.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-modules_0.2.0.bb diff --git a/hostap/hostap-modules_0.2.0.oe b/hostap/hostap-modules_0.2.0.oe deleted file mode 100644 index aa7e7f2efe..0000000000 --- a/hostap/hostap-modules_0.2.0.oe +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -PR = "r1" - -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 driver/etc/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf - cat ${WORKDIR}/hostap_cs.conf >>${D}/${sysconfdir}/pcmcia/hostap_cs.conf -} diff --git a/hostap/hostap-modules_0.2.4.bb b/hostap/hostap-modules_0.2.4.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-modules_0.2.4.bb diff --git a/hostap/hostap-modules_0.2.4.oe b/hostap/hostap-modules_0.2.4.oe deleted file mode 100644 index 8e7638f227..0000000000 --- a/hostap/hostap-modules_0.2.4.oe +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf \ - 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" - -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -# Hack Alert :D -ARCH_mipsel = "mips" -MAKE_TARGETS = "KERNEL_PATH=${KERNEL_SOURCE} MAKE='make -e'" - -NET_MODULES = "hostap.o hostap_pci.o hostap_crypt_ccmp.o hostap_crypt_tkip.o hostap_crypt_wep.o" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/pcmcia - for i in ${NET_MODULES} - do - install -m 0644 driver/modules/$i ${D}/lib/modules/${KERNEL_VERSION}/net/ - done - 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 -} - -PACKAGES = "hostap-modules-cs hostap-modules-pci hostap-modules" -FILES_hostap-modules-cs = "/lib/modules/${KERNEL_VERSION}/pcmcia/ /${sysconfdir}/pcmcia/" -FILES_hostap-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/hostap_pci.o" -FILES_hostap-modules = "/lib/modules/" -RDEPENDS_hostap-modules-cs = "hostap-modules" -RDEPENDS_hostap-modules-pci = "hostap-modules" diff --git a/hostap/hostap-modules_0.2.5.bb b/hostap/hostap-modules_0.2.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-modules_0.2.5.bb diff --git a/hostap/hostap-modules_0.2.5.oe b/hostap/hostap-modules_0.2.5.oe deleted file mode 100644 index 729f2d50bd..0000000000 --- a/hostap/hostap-modules_0.2.5.oe +++ /dev/null @@ -1,59 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -PR = "r5" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf \ - 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" - -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -EXTRA_OEMAKE = "EXTRA_CFLAGS='-DPRISM2_NON_VOLATILE_DOWNLOAD'" -MAKE_TARGETS = "KERNEL_PATH=${KERNEL_SOURCE} MAKE='make -e'" -NET_MODULES = "hostap.o hostap_pci.o hostap_crypt_ccmp.o hostap_crypt_tkip.o hostap_crypt_wep.o" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/pcmcia - for i in ${NET_MODULES} - do - install -m 0644 driver/modules/$i ${D}/lib/modules/${KERNEL_VERSION}/net/ - done - 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 - - if [ "${MACHINE}" = "mtx-1" ]; then - install -d ${D}/etc/modutils - echo "hostap_pci" > ${D}/etc/modutils/hostap - fi -} - -pkg_postinst_hostap-modules-pci() { -#!/bin/sh -if [ "x$D" != "x" ]; then - exit 1 -fi -update-modules || true -} - -pkg_postrm_hostap-modules-pci() { -#!/bin/sh -update-modules || true -} - -PACKAGES = "hostap-modules-cs hostap-modules-pci hostap-modules" -FILES_hostap-modules-cs = "/lib/modules/${KERNEL_VERSION}/pcmcia/ /${sysconfdir}/pcmcia/" -FILES_hostap-modules-pci = "/etc/modutils /lib/modules/${KERNEL_VERSION}/net/hostap_pci.o" -FILES_hostap-modules = "/lib/modules/" -RDEPENDS_hostap-modules-cs = "hostap-modules" -RDEPENDS_hostap-modules-pci = "hostap-modules" diff --git a/hostap/hostap-utils_0.2.4.bb b/hostap/hostap-utils_0.2.4.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-utils_0.2.4.bb diff --git a/hostap/hostap-utils_0.2.4.oe b/hostap/hostap-utils_0.2.4.oe deleted file mode 100644 index 9226acd8c7..0000000000 --- a/hostap/hostap-utils_0.2.4.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "User mode helpers for the hostap driver" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/userland" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -RDEPENDS = "hostap-modules (${PV})" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ - file://hostap-fw-load.patch;patch=1" -S = "${WORKDIR}/hostap-utils-${PV}" - -BINARIES = "hostap_crypt_conf hostap_diag hostap_fw_load hostap_io_debug \ - hostap_rid prism2_param prism2_srec split_combined_hex" - -do_install() { - install -d ${D}/${sbindir}/ - for f in ${BINARIES} - do - install -m 0755 $f ${D}/${sbindir}/ - done -} - diff --git a/hostap/hostap-wpa-supplicant-nossl_0.2.5.bb b/hostap/hostap-wpa-supplicant-nossl_0.2.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-wpa-supplicant-nossl_0.2.5.bb diff --git a/hostap/hostap-wpa-supplicant-ssl_0.2.5.bb b/hostap/hostap-wpa-supplicant-ssl_0.2.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-wpa-supplicant-ssl_0.2.5.bb |