Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162556046
D42500.id129845.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42500.id129845.diff
View Options
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile
--- a/tools/bsdbox/Makefile
+++ b/tools/bsdbox/Makefile
@@ -96,7 +96,7 @@
.include "Makefile.base"
.include "Makefile.net"
-#.include "Makefile.hostapd"
+.include "Makefile.hostapd"
#.include "Makefile.textproc"
.include "Makefile.login"
.include "Makefile.kld"
diff --git a/tools/bsdbox/Makefile.hostapd b/tools/bsdbox/Makefile.hostapd
--- a/tools/bsdbox/Makefile.hostapd
+++ b/tools/bsdbox/Makefile.hostapd
@@ -7,6 +7,8 @@
CRUNCH_SRCDIR_hostapd= $(.CURDIR)/../../usr.sbin/wpa/hostapd
CRUNCH_SRCDIR_hostapd_cli= $(.CURDIR)/../../usr.sbin/wpa/hostapd_cli
+CRUNCH_KEEP_hostapd+= wpa_driver_bsd_ops
+
#CRUNCH_PROGS_usr.sbin+= wpa_supplicant wpa_cli
#CRUNCH_SRCDIR_wpa_supplicant= $(.CURDIR)/../../usr.sbin/wpa/wpa_supplicant
#CRUNCH_SRCDIR_wpa_cli= $(.CURDIR)/../../usr.sbin/wpa/wpa_cli
@@ -17,3 +19,10 @@
.endif
CRUNCH_LIBS+= -lpcap
+wpalibs= drivers ap l2_packet eap_server
+wpalibs+= eapol_auth eap_common
+wpalibs+= radius tls wps common crypto utils
+
+.for wpalib in ${wpalibs}
+CRUNCH_LIBS+= ${LIBWPA${wpalib:tu}}
+.endfor
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 15, 12:49 PM (2 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35100086
Default Alt Text
D42500.id129845.diff (1 KB)
Attached To
Mode
D42500: bsdbox: fix the hostapd build, hook it back up
Attached
Detach File
Event Timeline
Log In to Comment