28 lines
776 B
Plaintext
28 lines
776 B
Plaintext
$NetBSD: NetBSD-upgrade,v 1.1 2010/08/04 17:12:33 christos Exp $
|
|
|
|
WPA Supplicant/Hostapd
|
|
originals can be found at: http://hostap.epitest.fi/releases/
|
|
|
|
|
|
For the import files and directories were pruned by:
|
|
|
|
tar -zxf wpa_supplicant-X.Y.Z.tar.gz
|
|
tar -zxf hostapd-X.Y.Z.tar.gz
|
|
mv hostapd-X.Y.Z/hostapd wpa_supplicant-X.Y.Z
|
|
|
|
then imported by:
|
|
|
|
cd wpa_supplicant-X.Y.Z
|
|
cvs import -m 'Import wpa_supplicant and hostapd' \
|
|
src/external/bsd/wpa/dist MALINEN vX_Y_Z
|
|
|
|
To make local changes to wpa, simply patch and commit
|
|
to the main branch (aka HEAD). Never make local changes on the
|
|
vendor (MALINEN) branch.
|
|
|
|
All local changes should be submitted to Jouni Malinen for inclusion in
|
|
the next vendor release.
|
|
|
|
sam@FreeBSD.org & scw@NetBSD.org, christos@NetBSD.org
|
|
4-August-2010
|