From patchwork Thu Feb 18 18:29:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Chamberlain X-Patchwork-Id: 80391 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1IITnAE010271 for ; Thu, 18 Feb 2010 18:29:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754149Ab0BRS3s (ORCPT ); Thu, 18 Feb 2010 13:29:48 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:49739 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751981Ab0BRS3s (ORCPT ); Thu, 18 Feb 2010 13:29:48 -0500 Received: from mcgrof by bombadil.infradead.org with local (Exim 4.69 #1 (Red Hat Linux)) id 1NiB8E-0002MB-9D; Thu, 18 Feb 2010 18:29:46 +0000 Date: Thu, 18 Feb 2010 13:29:46 -0500 From: "Luis R. Rodriguez" To: Pavel Roskin Cc: "Luis R. Rodriguez" , linux-wireless Subject: Re: compat-wireless + Linux 2.6.26.8 testing results Message-ID: <20100218182946.GF8069@bombadil.infradead.org> References: <43e72e891002121810g25d21eb5y254969458a9a58e7@mail.gmail.com> <1266124222.13902.42.camel@mj> <43e72e891002161323v70636defr2500784ffb44d775@mail.gmail.com> <1266358340.2659.37.camel@mj> <43e72e891002161459m4174654aj8d7985f32cb8678d@mail.gmail.com> <1266464675.3065.30.camel@mj> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1266464675.3065.30.camel@mj> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 18 Feb 2010 18:29:50 +0000 (UTC) diff --git a/scripts/gen-compat-autoconf.sh b/scripts/gen-compat-autoconf.sh index 6c7cae7..6184392 100755 --- a/scripts/gen-compat-autoconf.sh +++ b/scripts/gen-compat-autoconf.sh @@ -169,6 +169,10 @@ for i in $(grep '^CONFIG_' $COMPAT_CONFIG); do define_config_dep $VAR $VALUE CONFIG_USB_NET_CDCETHER continue ;; + CONFIG_SSB_PCMCIAHOST) + define_config_dep $VAR $VALUE CONFIG_PCMCIA + continue + ;; # ignore this, we have a special hanlder for this at the botttom # instead. We still need to keep this in config.mk to let Makefiles # know its enabled so just ignore it here.