2013-04-29 10:57:49 +02:00
|
|
|
config BR2_PACKAGE_CRDA
|
|
|
|
bool "crda"
|
2016-07-04 01:48:34 +02:00
|
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
2013-05-16 02:40:01 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
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
|
2017-05-05 16:08:07 +02:00
|
|
|
query and apply the regulatory domain settings wireless
|
|
|
|
devices may operate within for a given location.
|
2013-04-29 10:57:49 +02:00
|
|
|
|
|
|
|
http://linuxwireless.org/en/developers/Regulatory/CRDA
|
2013-05-16 02:40:01 +02:00
|
|
|
|
2014-07-02 14:51:48 +02:00
|
|
|
comment "crda needs a toolchain w/ threads, dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|