mirror of https://github.com/openwrt/luci.git
modules/admin-full: also show bssid option in ad-hoc mode for broadcom cards
parent
66ee1a8c92
commit
1058b052e0
|
@ -262,6 +262,7 @@ if hwtype == "broadcom" then
|
|||
isolate.optional = true
|
||||
|
||||
bssid:depends({mode="wds"})
|
||||
bssid:depends({mode="adhoc"})
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue