linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] compat: make driver-select only select complete lines
@ 2011-10-06  9:15 Johannes Berg
  2011-10-06 15:13 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2011-10-06  9:15 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

From: Johannes Berg <johannes.berg@intel.com>

Otherwise we end up enabling CONFIG_FOOBAR if
only CONFIG_FOO is requested.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -88,7 +88,7 @@ function disable_makefile
 function select_driver 
 {
 	backup_file $DRIVERS_MAKEFILE
-	perl -i -ne 'print if /'$1'/ ' $DRIVERS_MAKEFILE
+	perl -i -ne 'print if /'$1'\)/ ' $DRIVERS_MAKEFILE
 }
 
 function select_drivers



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] compat: make driver-select only select complete lines
  2011-10-06  9:15 [PATCH] compat: make driver-select only select complete lines Johannes Berg
@ 2011-10-06 15:13 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2011-10-06 15:13 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Thu, Oct 6, 2011 at 2:15 AM, Johannes Berg <johannes@sipsolutions.net> wrote:
> From: Johannes Berg <johannes.berg@intel.com>
>
> Otherwise we end up enabling CONFIG_FOOBAR if
> only CONFIG_FOO is requested.
>
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Thanks, applied and pushed!

  Luis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-06 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06  9:15 [PATCH] compat: make driver-select only select complete lines Johannes Berg
2011-10-06 15:13 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).