mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
travelmate: bugfix 0.2.6
* fix two potential race conditions in ap/sta handling Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -69,9 +69,19 @@ config zone
|
||||
[...]
|
||||
</code></pre>
|
||||
|
||||
**3. add required wwan stations to your wireless configuration in etc/config/wireless:**
|
||||
**3. add required ap and wwan stations to your wireless configuration in etc/config/wireless:**
|
||||
<pre><code>
|
||||
[...]
|
||||
config wifi-iface
|
||||
option device 'radio0'
|
||||
option network 'lan'
|
||||
option ifname 'wlan0'
|
||||
option mode 'ap'
|
||||
option ssid 'example_ap'
|
||||
option encryption 'psk2+ccmp'
|
||||
option key 'abc'
|
||||
option disabled '0'
|
||||
[...]
|
||||
config wifi-iface
|
||||
option device 'radio0'
|
||||
option network 'wwan'
|
||||
|
||||
Reference in New Issue
Block a user