diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/netcfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/netcfg b/config/netcfg new file mode 100644 index 0000000..055a87d --- /dev/null +++ b/config/netcfg @@ -0,0 +1,6 @@ +## Define to the name of your wireless interface for net-auto-wireless +WIRELESS_INTERFACE="wlan0" + +## List of profiles that can be started by net-auto-wireless +## defaults to the list of all wireless profiles +#AUTO_PROFILES="profile1 profile2" |