git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1497d4a
)
luci-mod-admin-full: "isolate" option is missing for mac80211
author
fantom-x
<redacted>
Sun, 30 Apr 2017 20:38:45 +0000
(16:38 -0400)
committer
fantom-x
<redacted>
Mon, 1 May 2017 21:16:00 +0000
(17:16 -0400)
Signed-off-by: Marc Benoit marcb6218@gmail.com
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
patch
|
blob
|
history
diff --git
a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
index 216162f75a19b57bbbf68828c173d6c6b32fd35d..3a08d81d0af638b0078f81b6a382f4d11b8360ee 100644
(file)
--- a/
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/
modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@
-461,6
+461,11
@@
if hwtype == "mac80211" then
wmm:depends({mode="ap-wds"})
wmm.default = wmm.enabled
+ isolate = s:taboption("advanced", Flag, "isolate", translate("Isolate Clients"),
+ translate("Prevents client-to-client communication"))
+ isolate:depends({mode="ap"})
+ isolate:depends({mode="ap-wds"})
+
ifname = s:taboption("advanced", Value, "ifname", translate("Interface name"), translate("Override default interface name"))
ifname.optional = true
end
git clone https://git.99rst.org/PROJECT