From: Luis R. Rodriguez Date: Thu, 8 Oct 2009 21:01:49 +0000 (-0400) Subject: Fix driver-select for ath9k and ath5k X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=57473916ac123ad5121ffb3a92e43d0104b3fc94;p=openwrt%2Fstaging%2Fblogic.git Fix driver-select for ath9k and ath5k Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/driver-select b/scripts/driver-select index 4b3d57971a6e..fb0dc63bf3a7 100755 --- a/scripts/driver-select +++ b/scripts/driver-select @@ -138,7 +138,7 @@ function disable_var_02 { function select_ath_driver { backup_file $ATH_MAKEFILE - perl -i -ne 'print if /'$1'/ || /CONFIG_ATH_COMMON/ || /ath-objs/ ' $ATH_MAKEFILE + perl -i -ne 'print if /'$1'/ || /CONFIG_ATH_COMMON/ || /ath-objs/ || regd.o || hw.o ' $ATH_MAKEFILE disable_var_01 }