diff options
author | Michael Büsch <mb@bu3sch.de> | 2009-03-17 19:39:10 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2009-03-17 19:39:10 +0000 |
commit | 791034f0ea5f982ea7fc1df8c82026b13cc59284 (patch) | |
tree | b6cebd490a19ff4ec1266b00387fd91e2f8d7ae9 | |
parent | 1bd1a1fa9a0fc66e555da2a39351dd7de5165937 (diff) | |
download | upstream-791034f0ea5f982ea7fc1df8c82026b13cc59284.tar.gz upstream-791034f0ea5f982ea7fc1df8c82026b13cc59284.tar.bz2 upstream-791034f0ea5f982ea7fc1df8c82026b13cc59284.zip |
b43-fwsquash: Fix dependency definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14930 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/mac80211/Config.in | 6 |
1 files 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: |