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:
cca896a
)
modules/admin-full: only allow multiple wireless interfaces if the driver actually...
author
Jo-Philipp Wich
<redacted>
Wed, 19 Aug 2009 23:31:33 +0000
(23:31 +0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 19 Aug 2009 23:31:33 +0000
(23:31 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
index f6027594f6f8174160de35eea9ce012e1d2cac91..bf7f5b2f615a387d248bdbabb588cf6779bca87a 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@
-197,7
+197,7
@@
end
----------------------- Interface -----------------------
s = m:section(TypedSection, "wifi-iface", translate("interfaces"))
-s.addremove =
tru
e
+s.addremove =
(iw and iw.mbssid_support) and true or fals
e
s.anonymous = true
s:depends("device", arg[1])
s.defaults.device = arg[1]
git clone https://git.99rst.org/PROJECT