[Lunar-commits] CVS: moonbase/net/wpa_supplicant BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Moritz Heiber
moe at lunar-linux.org
Tue Oct 19 18:20:48 UTC 2004
Update of /var/cvs/lunar/moonbase/net/wpa_supplicant
In directory espresso.foo-projects.org:/tmp/cvs-serv23812
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Here we go. Lunar is no fully equipped with all the stuff you need
for wireless support (I think). WEP/WPA .. whatever
--- NEW FILE: BUILD ---
(
echo \
CONFIG_DRIVER_HOSTAP=y \
CONFIG_DRIVER_PRISM54=y \
CONFIG_DRIVER_HERMES=y \
CONFIG_DRIVER_MADWIFI=y \
CONFIG_DRIVER_ATMEL=y \
CONFIG_DRIVER_WEXT=y \
CONFIG_DRIVER_NDISWRAPPER=y \
CONFIG_DRIVER_BROADCOM=y \
CONFIG_DRIVER_IPW2100=y \
CONFIG_WIRELESS_EXTENSION=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_AKA=y \
CONFIG_EAP_PSK=y \
CONFIG_EAP_LEAP=y \
CONFIG_PCSC=y \
> .config &&
make &&
install -m755 wpa_supplicant /usr/bin &&
install -m755 wpa_cli /usr/bin &&
install -m755 wpa_passphrase /usr/bin &&
gather_docs developer.txt wpa_supplicant.conf
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends wireless_tools &&
depends openssl
--- NEW FILE: DETAILS ---
MODULE=wpa_supplicant
VERSION=0.2.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://hostap.epitest.fi/releases/
SOURCE_VFY=sha1:37c49ba2d8ab2600f99486790f865b7f3bfa5fe9
WEB_SITE=http://hostap.epitest.fi/wpa_supplicant/
ENTERED=20041019
UPDATED=20041019
SHORT="wpa_supplicant is a WPA Supplicant for Linux"
cat << EOF
wpa_supplicant is a WPA Supplicant for Linux with support for
WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE 802.1X/WPA
component that is used in the client stations. It implements
key negotiation with a WPA Authenticator and it controls the
roaming and IEEE 802.11 authentication/association of the wlan driver.
wpa_supplicant is designed to be a "daemon" program that runs in the
background and acts as the backend component controlling the wireless
connection. wpa_supplicant supports separate frontend programs and an
example text-based frontend, wpa_cli, is included with wpa_supplicant.
EOF
More information about the Lunar-commits
mailing list