Config.in 574 B

123456789101112131415161718
  1. config BR2_PACKAGE_LINKNX
  2. bool "linknx"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_MMU # libpthsem
  5. select BR2_PACKAGE_LIBPTHSEM
  6. select BR2_PACKAGE_ARGP_STANDALONE \
  7. if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
  8. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  9. help
  10. Linknx is an automation platform providing high level
  11. functionalities to EIB/KNX installation.
  12. http://linknx.sourceforge.net/
  13. https://github.com/linknx/linknx
  14. comment "linknx needs a toolchain w/ C++"
  15. depends on BR2_USE_MMU
  16. depends on !BR2_INSTALL_LIBSTDCPP