2013-03-28 04:36:34 +01:00
|
|
|
config BR2_PACKAGE_LINKNX
|
|
|
|
bool "linknx"
|
2017-04-22 19:17:58 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_USE_MMU # libpthsem
|
2013-03-28 04:36:34 +01:00
|
|
|
select BR2_PACKAGE_LIBPTHSEM
|
2016-01-22 10:07:26 +01:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE \
|
|
|
|
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2013-03-28 04:36:34 +01:00
|
|
|
help
|
2017-07-31 15:53:49 +02:00
|
|
|
Linknx is an automation platform providing high level
|
|
|
|
functionalities to EIB/KNX installation.
|
2013-03-28 04:36:34 +01:00
|
|
|
|
|
|
|
http://linknx.sourceforge.net/
|
2016-08-20 12:21:52 +02:00
|
|
|
https://github.com/linknx/linknx
|
2013-03-28 04:36:34 +01:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "linknx needs a toolchain w/ C++"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-03-28 04:36:34 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|