aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-14 00:44:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-14 00:44:34 +0000
commit67541afa1680ebfa229e429d6f623126d5eb5110 (patch)
tree75dc3ad66453b1730551608890391af9f105cd3c /target
parent6edee5eaada958d665d11893cc95def099cbf8b3 (diff)
downloadmaster-187ad058-67541afa1680ebfa229e429d6f623126d5eb5110.tar.gz
master-187ad058-67541afa1680ebfa229e429d6f623126d5eb5110.tar.bz2
master-187ad058-67541afa1680ebfa229e429d6f623126d5eb5110.zip
fix wlcompat menuconfig dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2479 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/wlcompat/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/wlcompat/Config.in b/target/linux/package/wlcompat/Config.in
index e7d2b2c8b4..1e5f5e79e0 100644
--- a/target/linux/package/wlcompat/Config.in
+++ b/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)