diff options
| author | Steven Barth | 2009-02-04 19:20:23 +0000 |
|---|---|---|
| committer | Steven Barth | 2009-02-04 19:20:23 +0000 |
| commit | 1058b052e04d0d114a083135a10af5ef9c429d6b (patch) | |
| tree | aac8006adf696572c569cca9983ad9a5311a4687 | |
| parent | 66ee1a8c9275c84f4ee23838e91dedbfe1710ba2 (diff) | |
| download | luci-1058b052e04d0d114a083135a10af5ef9c429d6b.tar.gz | |
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.lua | 1 |
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 |