bsdbox: hook wpa_supplicant up as well
We may want a knob for this later for Adrian's wifi-box builds if those are still happening now that mips is gone, but I suspect it's less of a concern for FreeBSD > 14 (and maybe even 14 as well). Reviewed by: adrian, imp Differential Revision: https://reviews.freebsd.org/D42501
This commit is contained in:
@@ -9,9 +9,9 @@ CRUNCH_SRCDIR_hostapd_cli= $(.CURDIR)/../../usr.sbin/wpa/hostapd_cli
|
|||||||
|
|
||||||
CRUNCH_KEEP_hostapd+= wpa_driver_bsd_ops
|
CRUNCH_KEEP_hostapd+= wpa_driver_bsd_ops
|
||||||
|
|
||||||
#CRUNCH_PROGS_usr.sbin+= wpa_supplicant wpa_cli
|
CRUNCH_PROGS_usr.sbin+= wpa_supplicant wpa_cli
|
||||||
#CRUNCH_SRCDIR_wpa_supplicant= $(.CURDIR)/../../usr.sbin/wpa/wpa_supplicant
|
CRUNCH_SRCDIR_wpa_supplicant= $(.CURDIR)/../../usr.sbin/wpa/wpa_supplicant
|
||||||
#CRUNCH_SRCDIR_wpa_cli= $(.CURDIR)/../../usr.sbin/wpa/wpa_cli
|
CRUNCH_SRCDIR_wpa_cli= $(.CURDIR)/../../usr.sbin/wpa/wpa_cli
|
||||||
|
|
||||||
.if ${MK_OFED} != "no"
|
.if ${MK_OFED} != "no"
|
||||||
# libpcap dependencies if OFED is enabled
|
# libpcap dependencies if OFED is enabled
|
||||||
@@ -19,10 +19,14 @@ CRUNCH_LIBS+= -lmlx5 -libverbs
|
|||||||
.endif
|
.endif
|
||||||
CRUNCH_LIBS+= -lpcap
|
CRUNCH_LIBS+= -lpcap
|
||||||
|
|
||||||
|
# hostapd
|
||||||
wpalibs= drivers ap l2_packet eap_server
|
wpalibs= drivers ap l2_packet eap_server
|
||||||
wpalibs+= eapol_auth eap_common
|
wpalibs+= eapol_auth eap_common
|
||||||
wpalibs+= radius tls wps common crypto utils
|
wpalibs+= radius tls wps common crypto utils
|
||||||
|
|
||||||
|
# wpa_supplicant
|
||||||
|
wpalibs+= eapol_supp eap_peer rsn_supp
|
||||||
|
|
||||||
.for wpalib in ${wpalibs}
|
.for wpalib in ${wpalibs}
|
||||||
CRUNCH_LIBS+= ${LIBWPA${wpalib:tu}}
|
CRUNCH_LIBS+= ${LIBWPA${wpalib:tu}}
|
||||||
.endfor
|
.endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user