]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/buildroot-2015.05/package/keyutils/Config.in
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 / keyutils / Config.in
1 config BR2_PACKAGE_KEYUTILS
2         bool "keyutils"
3         depends on !BR2_microblaze
4         depends on BR2_USE_MMU # fork()
5         depends on !BR2_STATIC_LIBS # dlopen
6         help
7           These tools are used to control the key management system
8           built into the Linux kernel.
9
10           http://people.redhat.com/~dhowells/keyutils/
11
12 comment "keyutils needs a toolchain w/ dynamic library"
13         depends on !BR2_microblaze
14         depends on BR2_USE_MMU
15         depends on BR2_STATIC_LIBS