From 1e239bce4d3e9a8555725164f2b493a129924585 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Tue, 17 Mar 2009 19:39:10 +0000 Subject: [PATCH] b43-fwsquash: Fix dependency definitions SVN-Revision: 14930 --- package/mac80211/Config.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in index 0eda184019..d019673d80 100644 --- a/package/mac80211/Config.in +++ b/package/mac80211/Config.in @@ -33,8 +33,7 @@ config B43_FW_SQUASH config B43_FW_SQUASH_COREREVS string "Core revisions to include" - depends on PACKAGE_kmod-b43 - depends on B43_FW_SQUASH + depends on PACKAGE_kmod-b43 && B43_FW_SQUASH default "5,6,7,8,9,10" help This is a comma seperated list of core revision numbers. @@ -45,8 +44,7 @@ config B43_FW_SQUASH_COREREVS config B43_FW_SQUASH_PHYTYPES string "PHY types to include" - depends on PACKAGE_kmod-b43 - depends on B43_FW_SQUASH + depends on PACKAGE_kmod-b43 && B43_FW_SQUASH default "G,LP,N" help This is a comma seperated list of PHY types: -- 2.30.2