diff options
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/net.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index ba043eaa..040b42c2 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -150,7 +150,9 @@ #----------------------------------------------------------------------------- # WIRELESS (802.11 support) # Wireless can be provided by iwconfig or wpa_supplicant - +# wpa_supplicant is preferred, use the modules directive to prefer iwconfig. +#modules="iwconfig" +# # iwconfig # emerge net-wireless/wireless-tools ############################################### |