Home | History | Annotate | Line # | Download | only in wpa
      1 $NetBSD: NetBSD-upgrade,v 1.1 2010/08/04 17:12:33 christos Exp $
      2 
      3 WPA Supplicant/Hostapd
      4 	originals can be found at: http://hostap.epitest.fi/releases/
      5 
      6 
      7 For the import files and directories were pruned by:
      8 
      9 	tar -zxf wpa_supplicant-X.Y.Z.tar.gz
     10 	tar -zxf hostapd-X.Y.Z.tar.gz
     11 	mv hostapd-X.Y.Z/hostapd wpa_supplicant-X.Y.Z
     12 
     13 then imported by:
     14 
     15 	cd wpa_supplicant-X.Y.Z
     16 	cvs import -m 'Import wpa_supplicant and hostapd' \
     17 		src/external/bsd/wpa/dist MALINEN vX_Y_Z
     18 
     19 To make local changes to wpa, simply patch and commit
     20 to the main branch (aka HEAD).  Never make local changes on the
     21 vendor (MALINEN) branch.
     22 
     23 All local changes should be submitted to Jouni Malinen for inclusion in
     24 the next vendor release.
     25 
     26 sam (a] FreeBSD.org & scw (a] NetBSD.org, christos (a] NetBSD.org
     27 4-August-2010
     28