projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a99a0
)
b43-fwsquash: Fix dependency definitions
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Mar 2009 19:39:10 +0000
(19:39 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Mar 2009 19:39:10 +0000
(19:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14930
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mac80211/Config.in
patch
|
blob
|
history
diff --git
a/package/mac80211/Config.in
b/package/mac80211/Config.in
index
0eda184
..
d019673
100644
(file)
--- 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:
This page took
0.022889 seconds
and
4
git commands to generate.