mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
17 lines
550 B
Plaintext
17 lines
550 B
Plaintext
config BR2_PACKAGE_FAIFA
|
|
bool "faifa"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
Faifa can configure any Intellon-based Power Line
|
|
Communication device using Intellon INT5000 and INT6000
|
|
series chips (6000 and 6300 chips). It supports all
|
|
Intellon-specific management and control frames as well as
|
|
standard management frames.
|
|
|
|
https://dev.open-plc.org
|
|
|
|
comment "faifa needs a toolchain w/ dynamic library, threads"
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|