Config.in 560 B

12345678910111213141516
  1. config 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. https://github.com/ffainelli/faifa
  13. comment "faifa needs a toolchain w/ dynamic library, threads"
  14. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS