diff options
Diffstat (limited to 'packages/wpa-supplicant/files/openmn')
-rw-r--r-- | packages/wpa-supplicant/files/openmn/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/wpa-supplicant/files/openmn/defaults | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packages/wpa-supplicant/files/openmn/.mtn2git_empty b/packages/wpa-supplicant/files/openmn/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/wpa-supplicant/files/openmn/.mtn2git_empty diff --git a/packages/wpa-supplicant/files/openmn/defaults b/packages/wpa-supplicant/files/openmn/defaults index e69de29bb2..1da73d30c0 100644 --- a/packages/wpa-supplicant/files/openmn/defaults +++ b/packages/wpa-supplicant/files/openmn/defaults @@ -0,0 +1,8 @@ +# Useful flags: +# -i <ifname> Interface (required, unless specified in config) +# -D <driver> Wireless Driver +# -d Debugging (-dd for more) +# -q Quiet (-qq for more) + +CONFIG="/etc/wpa_supplicant.conf" +OPTIONS="-i eth1 -D hermes" |