Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 22:53:55 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239884 - head/tools/bsdbox
Message-ID:  <201208292253.q7TMrtEu029005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Aug 29 22:53:54 2012
New Revision: 239884
URL: http://svn.freebsd.org/changeset/base/239884

Log:
  For now, disable building wpa_supplicant.
  
  My 4MB flash builds can't handle the bloat.

Modified:
  head/tools/bsdbox/Makefile.hostapd

Modified: head/tools/bsdbox/Makefile.hostapd
==============================================================================
--- head/tools/bsdbox/Makefile.hostapd	Wed Aug 29 21:38:34 2012	(r239883)
+++ head/tools/bsdbox/Makefile.hostapd	Wed Aug 29 22:53:54 2012	(r239884)
@@ -7,9 +7,9 @@ CRUNCH_PROGS_usr.sbin+=	hostapd hostapd_
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208292253.q7TMrtEu029005>