luci-0.9: merge r6035
This commit is contained in:
parent
80be0c046d
commit
9391668d82
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ end
|
|||
if hwtype == "broadcom" then
|
||||
s:option(Value, "txpower", translate("a_w_txpwr"), "dBm").rmempty = true
|
||||
|
||||
mode = s:option(ListValue, "hwmode", translate("mode"))
|
||||
mode:value("11bg", "802.11b+g")
|
||||
mode:value("11b", "802.11b")
|
||||
mode:value("11g", "802.11g")
|
||||
mode:value("11gst", "802.11g + Turbo")
|
||||
|
||||
mp = s:option(ListValue, "macfilter", translate("wifi_macpolicy"))
|
||||
mp.optional = true
|
||||
mp:value("")
|
||||
|
|
Loading…
Reference in a new issue