projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2309ddb
)
compat-wireless: make driver-select only select complete lines
author
Johannes Berg
<johannes.berg@intel.com>
Thu, 6 Oct 2011 09:15:45 +0000
(11:15 +0200)
committer
Luis R. Rodriguez
<mcgrof@qca.qualcomm.com>
Thu, 6 Oct 2011 15:11:11 +0000
(08:11 -0700)
Otherwise we end up enabling CONFIG_FOOBAR if
only CONFIG_FOO is requested.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
scripts/driver-select
patch
|
blob
|
history
diff --git
a/scripts/driver-select
b/scripts/driver-select
index 35581123712d5e1737eaaf131db7cb951ad8d324..f5715190be19854c172bf4a3be57430f2735bfc9 100755
(executable)
--- a/
scripts/driver-select
+++ b/
scripts/driver-select
@@
-86,7
+86,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