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>
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
;;