sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / faifa / Config.in
blobde2cc7979e954412582328678606c00ba7547e91
1 config BR2_PACKAGE_FAIFA
2         bool "faifa"
3         select BR2_PACKAGE_LIBPCAP
4         depends on !BR2_STATIC_LIBS
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         help
7           Faifa can configure any Intellon-based Power Line
8           Communication device using Intellon INT5000 and INT6000
9           series chips (6000 and 6300 chips). It supports all
10           Intellon-specific management and control frames as well as
11           standard management frames.
13           https://dev.open-plc.org
15 comment "faifa needs a toolchain w/ dynamic library, threads"
16         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS