Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169294795
D42500.id154003.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.id154003.diff
View Options
diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile
--- a/tools/bsdbox/Makefile
+++ b/tools/bsdbox/Makefile
@@ -94,7 +94,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, Sep 2, 3:44 AM (8 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37894671
Default Alt Text
D42500.id154003.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