diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-14 00:44:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-14 00:44:34 +0000 |
commit | bccdef81df141fe64d8241462d0712b4bc6ad912 (patch) | |
tree | 2af71c07e3e5112dbdb41bfa3b93ece6eba3a74e /openwrt/target | |
parent | ad5a52c6f09f75c6c51e204076112417325a46b8 (diff) | |
download | mtk-20170518-bccdef81df141fe64d8241462d0712b4bc6ad912.zip mtk-20170518-bccdef81df141fe64d8241462d0712b4bc6ad912.tar.gz mtk-20170518-bccdef81df141fe64d8241462d0712b4bc6ad912.tar.bz2 |
fix wlcompat menuconfig dependencies
SVN-Revision: 2479
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/package/wlcompat/Config.in | 4 |
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 e7d2b2c..1e5f5e7 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) |