From: nbd Date: Mon, 14 Nov 2005 00:44:34 +0000 (+0000) Subject: fix wlcompat menuconfig dependencies X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/f4a6eedc9eb1bc50feb3a2b08353903b745b83c9?ds=sidebyside;hp=f32e1b4846a95ed9cd72a07b180220ab88f25ef6 fix wlcompat menuconfig dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2479 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/package/wlcompat/Config.in b/target/linux/package/wlcompat/Config.in index e7d2b2c8b..1e5f5e79e 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)