summaryrefslogtreecommitdiffstats
path: root/package/crda/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/crda/Config.in')
-rw-r--r--package/crda/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/crda/Config.in b/package/crda/Config.in
new file mode 100644
index 000000000..66baf14e3
--- /dev/null
+++ b/package/crda/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_CRDA
+ bool "crda"
+ 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