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 2eccad4..7ba6dd2 100644 (file)
@@ -262,6 +262,7 @@ if hwtype == "broadcom" then
        isolate.optional = true
 
        bssid:depends({mode="wds"})
+       bssid:depends({mode="adhoc"})
 end