compat-wireless: fix driver-select for iwl3945/iwlagn
authorDavid Ward <david.ward@ll.mit.edu>
Thu, 30 Dec 2010 21:42:55 +0000 (16:42 -0500)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 17 Feb 2011 21:54:07 +0000 (13:54 -0800)
The iwl3945/iwlagn drivers were never built when choosing the "intel"
or "iwlwifi" options with the driver-select script. (Note that this
currently affects all stable releases of compat-wireless as well.)

Signed-off-by: David Ward <david.ward@ll.mit.edu>
scripts/driver-select

index 3989b9f11ab12f0f103a7c0829215490abd34cd5..0d5a38b69119c3a1873f6a9b08376f5d6fba8cc5 100755 (executable)
@@ -318,13 +318,13 @@ case $1 in
                disable_var_01
                ;;
        intel)
-               select_drivers          CONFIG_IWLWIFI \
+               select_drivers          CONFIG_COMPAT_IWLWIFI \
                                        CONFIG_IPW
                disable_staging
                disable_var
                ;;
        iwlwifi)
-               select_driver           CONFIG_IWLWIFI
+               select_driver           CONFIG_COMPAT_IWLWIFI
                disable_staging
                disable_var_01
                ;;