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-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
|
2014-05-13 00:12:28 +02:00
|
|
|
# Triggers the _gp link issue
|
2014-11-30 17:48:53 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
|
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"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
2014-11-30 17:48:53 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
|