X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/506f1186042537f35e6b198179dd8c355662b23a..9c6b657866cce7276591cd4e7ffd4d41b2e69773:/target/linux/package/wlcompat/Config.in

diff --git a/target/linux/package/wlcompat/Config.in b/target/linux/package/wlcompat/Config.in
index a157c0797..1e5f5e79e 100644
--- a/target/linux/package/wlcompat/Config.in
+++ b/target/linux/package/wlcompat/Config.in
@@ -1,15 +1,17 @@
 config BR2_PACKAGE_KMOD_WLCOMPAT
-	tristate "kmod-wlcompat.................. Wrapper providing Wireless Extensions for Broadcom wl module"
+	prompt "kmod-wlcompat..................... Wrapper providing Wireless Extensions for Broadcom wl module"
+	tristate
 	default y
-	depends BR2_PACKAGE_KMOD_BRCM_WL
+	depends BR2_PACKAGE_KMOD_BRCM_WL || BR2_PACKAGE_KMOD_BRCM_WL2
 	help
 	  A wrapper module, that provides Wireless Extension support for the
 	  proprietary Broadcom wl module.
 
 config BR2_PACKAGE_KMOD_WLCOMPAT_DEBUG
-	tristate "kmod-wlcompat-debug............ Wrapper providing Wireless Extensions for Broadcom wl module (debug)"
+	prompt "kmod-wlcompat-debug............... Wrapper providing Wireless Extensions for Broadcom wl module (debug)"
+	tristate
 	default m
-	depends BR2_PACKAGE_KMOD_BRCM_WL
+	depends BR2_PACKAGE_KMOD_BRCM_WL || BR2_PACKAGE_KMOD_BRCM_WL2
 	help
 	  A wrapper module, that provides Wireless Extension support for the
 	  proprietary Broadcom wl module. (debug version)