The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / crda / Config.in
1 config BR2_PACKAGE_CRDA
2         bool "crda"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
4         depends on !BR2_STATIC_LIBS
5         select BR2_PACKAGE_LIBGCRYPT
6         select BR2_PACKAGE_LIBNL
7         # regdb is a runtime dependency
8         select BR2_PACKAGE_WIRELESS_REGDB
9         # Triggers the _gp link issue
10         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
11         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
12         help
13           Central Regulatory Domain Agent.
14
15           This package provides a Central Regulatory Domain Agent (CRDA)
16           to be used by the Linux kernel cf80211 wireless subsystem to
17           query and apply the regulatory domain settings wireless devices
18           may operate within for a given location.
19
20           http://linuxwireless.org/en/developers/Regulatory/CRDA
21
22 comment "crda needs a toolchain w/ threads, dynamic library"
23         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
24         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
25         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405