aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/wpa_supplicant/FREEBSD-Xlist22
-rw-r--r--contrib/wpa_supplicant/FREEBSD-upgrade24
2 files changed, 46 insertions, 0 deletions
diff --git a/contrib/wpa_supplicant/FREEBSD-Xlist b/contrib/wpa_supplicant/FREEBSD-Xlist
new file mode 100644
index 000000000000..d2f169790480
--- /dev/null
+++ b/contrib/wpa_supplicant/FREEBSD-Xlist
@@ -0,0 +1,22 @@
+$FreeBSD$
+.cvsignore
+README-Windows.txt
+driver_atmel.c
+driver_broadcom.c
+driver_bsd.c
+driver_hostap.c
+driver_ipw.c
+driver_madwifi.c
+driver_ndis.c
+driver_ndis.h
+driver_ndis_.c
+driver_ndiswrapper.c
+driver_prism54.c
+driver_test.c
+driver_wext.c
+driver_wext.h
+l2_packet.c
+ndis_events.cpp
+priv_netlink.h
+win_if_list.c
+wireless_copy.h
diff --git a/contrib/wpa_supplicant/FREEBSD-upgrade b/contrib/wpa_supplicant/FREEBSD-upgrade
new file mode 100644
index 000000000000..f8ef0f001379
--- /dev/null
+++ b/contrib/wpa_supplicant/FREEBSD-upgrade
@@ -0,0 +1,24 @@
+$FreeBSD$
+
+WPA Supplicant
+ originals can be found at: http://hostap.epitest.fi/releases/
+
+
+For the import files and directories were pruned by:
+
+ tar -X FREEBSD-Xlist -zxf wpa_supplicant-0.3.8.tar.gz
+
+then imported by:
+
+ cvs import -m 'Import of WPA supplicant 0.3.8' \
+ src/contrib/wpa_supplicant MALINEN v0_3_8
+
+To make local changes to wpa_supplcaint, 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