summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-14 00:44:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-14 00:44:34 +0000
commitb9b851e0e18fe8fec4bcac4db782d7ff155389eb (patch)
tree0559c6680dd037c5fae98f2d730ae852dceb9c85 /openwrt/target/linux/package
parent392f37879e08645cdf4300280b726c5f20750fe1 (diff)
fix wlcompat menuconfig dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2479 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r--openwrt/target/linux/package/wlcompat/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/wlcompat/Config.in b/openwrt/target/linux/package/wlcompat/Config.in
index e7d2b2c8b..1e5f5e79e 100644
--- a/openwrt/target/linux/package/wlcompat/Config.in
+++ b/openwrt/target/linux/package/wlcompat/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_KMOD_WLCOMPAT
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.
@@ -11,7 +11,7 @@ config BR2_PACKAGE_KMOD_WLCOMPAT_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)