summaryrefslogtreecommitdiffstats
path: root/package/linknx/Config.in
diff options
context:
space:
mode:
authorGregory Hermant <gregory.hermant@calao-systems.com>2013-03-28 03:36:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-31 21:52:44 +0200
commit4deba5c3d91d97de80b45241bcdc67e25f6e92e8 (patch)
tree7de8a5bbe4e9b617457e63b7e4f6064720850485 /package/linknx/Config.in
parent1b22957a2c8cb79024f811618f4d09f191d88a6f (diff)
downloadbuildroot-novena-4deba5c3d91d97de80b45241bcdc67e25f6e92e8.tar.gz
buildroot-novena-4deba5c3d91d97de80b45241bcdc67e25f6e92e8.zip
linknx: new package
[Peter: add patch to fix build issue with gcc 4.7+] [Thomas: various fixes/improvements] Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/linknx/Config.in')
-rw-r--r--package/linknx/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/linknx/Config.in b/package/linknx/Config.in
new file mode 100644
index 000000000..18e98677b
--- /dev/null
+++ b/package/linknx/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LINKNX
+ bool "linknx"
+ select BR2_PACKAGE_LIBPTHSEM
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ Linknx is an automation platform providing high level functionalities
+ to EIB/KNX installation.
+
+ http://linknx.sourceforge.net/
+
+comment "linknx requires a toolchain with C++ support"
+ depends on !BR2_INSTALL_LIBSTDCPP