From 6f38331fdd826c54e8a95bc56ab83008c1e4339c Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 5 Jun 2005 22:36:47 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'VENDOR-hostapd'. --- contrib/hostapd/FREEBSD-Xlist | 10 ++++++++++ contrib/hostapd/FREEBSD-upgrade | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 contrib/hostapd/FREEBSD-Xlist create mode 100644 contrib/hostapd/FREEBSD-upgrade diff --git a/contrib/hostapd/FREEBSD-Xlist b/contrib/hostapd/FREEBSD-Xlist new file mode 100644 index 00000000000..cba8df0ea7b --- /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 00000000000..5efe2f50c64 --- /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