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:
8c639fe
)
driver-select: fix enabling debugging for ath9k and ath5k
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Fri, 13 Nov 2009 20:06:19 +0000
(12:06 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Fri, 13 Nov 2009 20:06:19 +0000
(12:06 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/driver-select
patch
|
blob
|
history
diff --git
a/scripts/driver-select
b/scripts/driver-select
index a624281b716e17811ae701626e740c8add768940..01c4909ee4172eed191a853f3d81e3f5665ffc37 100755
(executable)
--- a/
scripts/driver-select
+++ b/
scripts/driver-select
@@
-141,7
+141,7
@@
function disable_var_02 {
function select_ath_driver
{
backup_file $ATH_MAKEFILE
- perl -i -ne 'print if /'$1'/ || /CONFIG_ATH_
COMMON
/ || /ath-objs/ || /regd.o/ || /hw.o/ ' $ATH_MAKEFILE
+ perl -i -ne 'print if /'$1'/ || /CONFIG_ATH_/ || /ath-objs/ || /regd.o/ || /hw.o/ ' $ATH_MAKEFILE
disable_var_01
}