Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-02-04 22:20:23 +0300
committerSteven Barth <steven@midlink.org>2009-02-04 22:20:23 +0300
commit1058b052e04d0d114a083135a10af5ef9c429d6b (patch)
treeaac8006adf696572c569cca9983ad9a5311a4687
parent66ee1a8c9275c84f4ee23838e91dedbfe1710ba2 (diff)
modules/admin-full: also show bssid option in ad-hoc mode for broadcom cards0.8.6
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua1
1 files changed, 1 insertions, 0 deletions
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 2eccad4205..7ba6dd2608 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@ -262,6 +262,7 @@ if hwtype == "broadcom" then
isolate.optional = true
bssid:depends({mode="wds"})
+ bssid:depends({mode="adhoc"})
end