From owner-freebsd-stable@FreeBSD.ORG Thu Sep 6 12:09:59 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0F1116A420 for ; Thu, 6 Sep 2007 12:09:59 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 6376013C480 for ; Thu, 6 Sep 2007 12:09:59 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7da0.q.ppp-pool.de [89.53.125.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id C3E5512883F; Thu, 6 Sep 2007 14:09:30 +0200 (CEST) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 217963F43E; Thu, 6 Sep 2007 14:07:48 +0200 (CEST) Message-ID: <46DFEDED.4090803@vwsoft.com> Date: Thu, 06 Sep 2007 14:09:17 +0200 From: Volker User-Agent: Thunderbird 2.0.0.6 (X11/20070807) MIME-Version: 1.0 To: Greg Rivers References: <20070905202534.A94068@nc8000.tharned.org> In-Reply-To: <20070905202534.A94068@nc8000.tharned.org> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-stable@freebsd.org Subject: Re: wpa_supplicant features and compile options X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 12:09:59 -0000 On 12/23/-58 20:59, Greg Rivers wrote: >
I connect to certain wireless networks that > require the EAP_GTC and EAP_OTP features in wpa_supplicant. These > features are not compiled into wpa_supplicant by default. > > Using the patch below works great, but it's inconvenient having to > remember to apply it after every cvsup. Is there a better way to > accomplish this? If not, might a change such as this be committed to > enable GTC and OTP by default? > Greg, I'm unable to comment on including your patch into cvs, but for own patches like your's, I'm using a script which does 1) csup and 2) integrate a bunch of patches into /usr/src. HTH Volker