fix wlcompat menuconfig dependencies
authorFelix Fietkau <nbd@openwrt.org>
Mon, 14 Nov 2005 00:44:34 +0000 (00:44 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 14 Nov 2005 00:44:34 +0000 (00:44 +0000)
SVN-Revision: 2479

openwrt/target/linux/package/wlcompat/Config.in

index e7d2b2c8b44909e24b77d5ac1eef25af494fcee1..1e5f5e79e073d2c0dfa0ee4dc0045d4aae8ca1f1 100644 (file)
@@ -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)