1*4882a593Smuzhiyunconfig BR2_PACKAGE_OPENZWAVE 2*4882a593Smuzhiyun bool "openzwave" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL 4*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 6*4882a593Smuzhiyun depends on BR2_USE_WCHAR 7*4882a593Smuzhiyun select BR2_PACKAGE_TINYXML 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Free software library that interfaces with selected Z-Wave 10*4882a593Smuzhiyun PC controllers, allowing anyone to create applications that 11*4882a593Smuzhiyun manipulate and respond to devices on a Z-Wave network, 12*4882a593Smuzhiyun without requiring in-depth knowledge of the Z-Wave protocol 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun http://www.openzwave.net 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "openzwave needs a toolchain w/ C++, dynamic library, NPTL, wchar" 17*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \ 18*4882a593Smuzhiyun !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR 19