applications/siitwizard: add sw_merge and txpower to wifi-iface config

This commit is contained in:
Jo-Philipp Wich 2008-12-26 04:51:56 +00:00
parent 1b23d79b3a
commit 7152c34541

View file

@ -161,6 +161,8 @@ function mode.write(self, section, value)
uci:section("wireless", "wifi-iface", nil, {
encryption = "none",
mode = "adhoc",
txpower = 10,
sw_merge = 1,
network = wifi_device,
device = wifi_device,
ssid = wifi_essid,