diff options
-rw-r--r-- | hostap/files/wpa-defconfig | 15 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant-nossl/wpa-defconfig | 0 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant-nossl_0.2.5.oe | 0 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant-ssl/wpa-defconfig | 0 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant-ssl_0.2.5.oe | 0 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant_0.2.5.inc | 0 | ||||
-rw-r--r-- | hostap/hostap-wpa-supplicant_0.2.5.oe | 32 |
7 files changed, 0 insertions, 47 deletions
diff --git a/hostap/files/wpa-defconfig b/hostap/files/wpa-defconfig deleted file mode 100644 index 2dac008aa5..0000000000 --- a/hostap/files/wpa-defconfig +++ /dev/null @@ -1,15 +0,0 @@ -# CONFIG_DRIVER_HOSTAP is not set -CONFIG_DRIVER_WEXT=y -CONFIG_WIRELESS_EXTENSION=y -CONFIG_DRIVER_HOSTAP=y -CONFIG_IEEE8021X_EAPOL=y -CONFIG_EAP_MD5=y -CONFIG_MSCHAPV2=y -CONFIG_EAP_TLS=y -CONFIG_EAP_PEAP=y -CONFIG_EAP_TTLS=y -CONFIG_EAP_GTC=y -CONFIG_EAP_OTP=y -CONFIG_EAP_SIM=y -CONFIG_EAP_LEAP=y -#CONFIG_PCSC=y diff --git a/hostap/hostap-wpa-supplicant-nossl/wpa-defconfig b/hostap/hostap-wpa-supplicant-nossl/wpa-defconfig new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-wpa-supplicant-nossl/wpa-defconfig diff --git a/hostap/hostap-wpa-supplicant-nossl_0.2.5.oe b/hostap/hostap-wpa-supplicant-nossl_0.2.5.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-wpa-supplicant-nossl_0.2.5.oe diff --git a/hostap/hostap-wpa-supplicant-ssl/wpa-defconfig b/hostap/hostap-wpa-supplicant-ssl/wpa-defconfig new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-wpa-supplicant-ssl/wpa-defconfig diff --git a/hostap/hostap-wpa-supplicant-ssl_0.2.5.oe b/hostap/hostap-wpa-supplicant-ssl_0.2.5.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-wpa-supplicant-ssl_0.2.5.oe diff --git a/hostap/hostap-wpa-supplicant_0.2.5.inc b/hostap/hostap-wpa-supplicant_0.2.5.inc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hostap/hostap-wpa-supplicant_0.2.5.inc diff --git a/hostap/hostap-wpa-supplicant_0.2.5.oe b/hostap/hostap-wpa-supplicant_0.2.5.oe deleted file mode 100644 index e80dc56a2a..0000000000 --- a/hostap/hostap-wpa-supplicant_0.2.5.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "User space helper for WPA and WPA2 client operations. \ -The Supplicant is used in WPA/WPA2 key handshakes to authenticate \ -with the AP and to generate dynamic encryption keys (TKIP or CCMP)." -SECTION = "kernel/userland" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -DEPENDS = "openssl" -RDEPENDS = "hostap-modules (${PV}) hostap-utils (${PV}) hostap-daemon (${PV})" -PR = "r1" - -SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ - file://wpa-defconfig \ - file://wpa_supplicant_default.conf" - -S = "${WORKDIR}/wpa_supplicant-${PV}" - -EXTRA_OEMAKE="LIBS='-L${STAGING_LIBDIR} -lssl -lcrypto' LIBS_p='-L${STAGING_LIBDIR} -lssl -lcrypto'" - -do_configure() { - install -m 0644 ${WORKDIR}/wpa-defconfig .config -} - -do_install() { - install -d ${D}/${sysconfdir} ${D}/${bindir} - install -m 0644 wpa_supplicant.conf ${D}/${sysconfdir}/wpa_supplicant.conf.sample - install -m 0644 ../wpa_supplicant_default.conf ${D}/${sysconfdir}/wpa_supplicant.conf - install -m 0755 wpa_passphrase ${D}/${bindir} - install -m 0755 wpa_cli ${D}/${bindir} - install -m 0755 wpa_supplicant ${D}/${bindir} -} - |