mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-10 00:28:27 +00:00
b43-fwsquash: Fix dependency definitions
SVN-Revision: 14930
This commit is contained in:
parent
48a5ed9bb8
commit
1e239bce4d
@ -33,8 +33,7 @@ config B43_FW_SQUASH
|
|||||||
|
|
||||||
config B43_FW_SQUASH_COREREVS
|
config B43_FW_SQUASH_COREREVS
|
||||||
string "Core revisions to include"
|
string "Core revisions to include"
|
||||||
depends on PACKAGE_kmod-b43
|
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
|
||||||
depends on B43_FW_SQUASH
|
|
||||||
default "5,6,7,8,9,10"
|
default "5,6,7,8,9,10"
|
||||||
help
|
help
|
||||||
This is a comma seperated list of core revision numbers.
|
This is a comma seperated list of core revision numbers.
|
||||||
@ -45,8 +44,7 @@ config B43_FW_SQUASH_COREREVS
|
|||||||
|
|
||||||
config B43_FW_SQUASH_PHYTYPES
|
config B43_FW_SQUASH_PHYTYPES
|
||||||
string "PHY types to include"
|
string "PHY types to include"
|
||||||
depends on PACKAGE_kmod-b43
|
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
|
||||||
depends on B43_FW_SQUASH
|
|
||||||
default "G,LP,N"
|
default "G,LP,N"
|
||||||
help
|
help
|
||||||
This is a comma seperated list of PHY types:
|
This is a comma seperated list of PHY types:
|
||||||
|
Loading…
Reference in New Issue
Block a user