summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-12-20 00:52:02 +0000
committersam <sam@FreeBSD.org>2007-12-20 00:52:02 +0000
commite322c994a570ae52b64342d9e29bb5635767aff0 (patch)
tree18d9b7a0220f0dddc975bff23c785cf0f26644de /usr.sbin/wpa
parent2b9c38a67ac6679c2b23cb5b16ab578f23479bc6 (diff)
downloadFreeBSD-src-e322c994a570ae52b64342d9e29bb5635767aff0.zip
FreeBSD-src-e322c994a570ae52b64342d9e29bb5635767aff0.tar.gz
enable wired driver support
Submitted by: "Paul B. Mahol" <onemda@gmail.com> MFC after: 1 week
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 9dd9536..f493fa2 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -10,6 +10,7 @@ SRCS= config.c eloop.c common.c md5.c rc4.c sha1.c aes_wrap.c \
wpa_supplicant.c events.c wpa.c preauth.c pmksa_cache.c \
ctrl_iface.c ctrl_iface_unix.c l2_packet.c main.c drivers.c \
driver_ndis.c Packet32.c \
+ driver_wired.c \
driver_freebsd.c os_unix.c
MAN= wpa_supplicant.8 wpa_supplicant.conf.5
@@ -22,6 +23,7 @@ FILES= wpa_supplicant.conf
CFLAGS+= -I${.CURDIR} -I${WPA_SUPPLICANT_DISTDIR}
CFLAGS+= -DCONFIG_DRIVER_BSD
CFLAGS+= -DCONFIG_DRIVER_NDIS
+CFLAGS+= -DCONFIG_DRIVER_WIRED
CFLAGS+= -DCONFIG_CTRL_IFACE
CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
CFLAGS+= -DCONFIG_TERMINATE_ONLASTIF
OpenPOWER on IntegriCloud