diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-06-05 22:36:47 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-06-05 22:36:47 +0000 |
commit | 6f38331fdd826c54e8a95bc56ab83008c1e4339c (patch) | |
tree | 765826e1f92ecc78943d576baa918e6b4903088a /contrib | |
parent | 5d48cb5da295e638c3a5c1cb2ad6731da3615f18 (diff) | |
download | src-6f38331fdd826c54e8a95bc56ab83008c1e4339c.tar.gz src-6f38331fdd826c54e8a95bc56ab83008c1e4339c.zip |
This commit was manufactured by cvs2svn to create branch
'VENDOR-hostapd'.
Notes
Notes:
svn path=/vendor/hostapd/dist/; revision=147025
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/hostapd/FREEBSD-Xlist | 10 | ||||
-rw-r--r-- | contrib/hostapd/FREEBSD-upgrade | 24 |
2 files changed, 34 insertions, 0 deletions
diff --git a/contrib/hostapd/FREEBSD-Xlist b/contrib/hostapd/FREEBSD-Xlist new file mode 100644 index 000000000000..cba8df0ea7bd --- /dev/null +++ b/contrib/hostapd/FREEBSD-Xlist @@ -0,0 +1,10 @@ +$FreeBSD$ +.cvsignore +driver.c +driver_bsd.c +driver_madwifi.c +driver_prism54.c +l2_packet.c +prism54.h +priv_netlink.h +wireless_copy.h diff --git a/contrib/hostapd/FREEBSD-upgrade b/contrib/hostapd/FREEBSD-upgrade new file mode 100644 index 000000000000..5efe2f50c64f --- /dev/null +++ b/contrib/hostapd/FREEBSD-upgrade @@ -0,0 +1,24 @@ +$FreeBSD$ + +WPA/802.1x Authenticator + originals can be found at: http://hostap.epitest.fi/releases/ + + +For the import files and directories were pruned by: + + tar -X FREEBSD-Xlist -zxf hostapd-0.3.7.tar.gz + +then imported by: + + cvs import -m 'Import of hostapd 0.3.7' \ + src/contrib/hostapd MALINEN v0_3_7 + +To make local changes to hostapd, 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 +4-June-2005 |