2013-04-29 10:57:49 +02:00
|
|
|
config BR2_PACKAGE_CRDA
|
|
|
|
bool "crda"
|
2013-05-16 02:40:01 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
2013-04-29 10:57:49 +02:00
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
|
|
select BR2_PACKAGE_LIBNL
|
|
|
|
# regdb is a runtime dependency
|
|
|
|
select BR2_PACKAGE_WIRELESS_REGDB
|
|
|
|
help
|
|
|
|
Central Regulatory Domain Agent.
|
|
|
|
|
|
|
|
This package provides a Central Regulatory Domain Agent (CRDA)
|
|
|
|
to be used by the Linux kernel cf80211 wireless subsystem to
|
|
|
|
query and apply the regulatory domain settings wireless devices
|
|
|
|
may operate within for a given location.
|
|
|
|
|
|
|
|
http://linuxwireless.org/en/developers/Regulatory/CRDA
|
2013-05-16 02:40:01 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "crda needs a toolchain w/ threads"
|
2013-05-16 02:40:01 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|