iptables: bump to version 1.6.1
[buildroot-gz.git] / package / trousers / Config.in
blob6ab74bf9a5b82ffcb4d25b4793aa1054f5279870
1 config BR2_PACKAGE_TROUSERS
2         bool "trousers"
3         select BR2_PACKAGE_OPENSSL
4         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         # doesn't build properly in static only configurations
7         depends on !BR2_STATIC_LIBS
8         help
9           The open-source TCG Software Stack (TSS).
11           This library enables the use of a Trusted Platform Module that
12           complies with the TPM specification, version 1.2. It implements the
13           TSS specification, version 1.2.
15           http://trousers.sourceforge.net/
17 comment "trousers needs a toolchain w/ threads, dynamic library"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS