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
|
2014-07-02 14:51:48 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
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
|
2014-05-13 00:12:28 +02:00
|
|
|
# Triggers the _gp link issue
|
|
|
|
depends on !BR2_nios2
|
2013-04-29 10:57:49 +02:00
|
|
|
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
|
|
|
|
2014-07-02 14:51:48 +02:00
|
|
|
comment "crda needs a toolchain w/ threads, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
2014-05-13 00:12:28 +02:00
|
|
|
depends on !BR2_nios2
|