applications/siitwizard: add sw_merge and txpower to wifi-iface config
This commit is contained in:
parent
1b23d79b3a
commit
7152c34541
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ function mode.write(self, section, value)
|
||||||
uci:section("wireless", "wifi-iface", nil, {
|
uci:section("wireless", "wifi-iface", nil, {
|
||||||
encryption = "none",
|
encryption = "none",
|
||||||
mode = "adhoc",
|
mode = "adhoc",
|
||||||
|
txpower = 10,
|
||||||
|
sw_merge = 1,
|
||||||
network = wifi_device,
|
network = wifi_device,
|
||||||
device = wifi_device,
|
device = wifi_device,
|
||||||
ssid = wifi_essid,
|
ssid = wifi_essid,
|
||||||
|
|
Loading…
Reference in a new issue