modules/admin-full: also show bssid option in ad-hoc mode for broadcom cards
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 2 Feb 2009 14:39:56 +0000 (14:39 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 2 Feb 2009 14:39:56 +0000 (14:39 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua

index 2eccad4205e1a9baf0f992a7c13af667d43fcacf..7ba6dd2608e6d12fcc1d51210f56bb3dfd1b2336 100644 (file)
@@ -262,6 +262,7 @@ if hwtype == "broadcom" then
        isolate.optional = true
 
        bssid:depends({mode="wds"})
+       bssid:depends({mode="adhoc"})
 end