diff options
author | adrian <adrian@FreeBSD.org> | 2012-08-29 22:53:54 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-08-29 22:53:54 +0000 |
commit | 4a4898787cc0bb4f7c3813a276a77d4fe2c8c5f4 (patch) | |
tree | d1a50dc43c7aa86d81291bf540e510a2a544d69f /tools | |
parent | 87db19685be32a4c0e475885aadad34d411ca074 (diff) | |
download | FreeBSD-src-4a4898787cc0bb4f7c3813a276a77d4fe2c8c5f4.zip FreeBSD-src-4a4898787cc0bb4f7c3813a276a77d4fe2c8c5f4.tar.gz |
For now, disable building wpa_supplicant.
My 4MB flash builds can't handle the bloat.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bsdbox/Makefile.hostapd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bsdbox/Makefile.hostapd b/tools/bsdbox/Makefile.hostapd index e16a0d1..c0ea9c7 100644 --- a/tools/bsdbox/Makefile.hostapd +++ b/tools/bsdbox/Makefile.hostapd @@ -7,9 +7,9 @@ CRUNCH_PROGS_usr.sbin+= hostapd hostapd_cli CRUNCH_SRCDIR_hostapd= $(.CURDIR)/../../usr.sbin/wpa/hostapd CRUNCH_SRCDIR_hostapd_cli= $(.CURDIR)/../../usr.sbin/wpa/hostapd_cli -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 +#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 CRUNCH_LIBS+= -lpcap |