1config BR2_PACKAGE_FAIFA 2 bool "faifa" 3 depends on !BR2_STATIC_LIBS 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 select BR2_PACKAGE_LIBPCAP 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. 12 13 https://github.com/ffainelli/faifa 14 15comment "faifa needs a toolchain w/ dynamic library, threads" 16 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 17