diff options
Diffstat (limited to 'package/libmodbus/Config.in')
-rw-r--r-- | package/libmodbus/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libmodbus/Config.in b/package/libmodbus/Config.in new file mode 100644 index 000000000..ccf11906f --- /dev/null +++ b/package/libmodbus/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LIBMODBUS + bool "libmodbus" + help + libmodbus is a free software library to send/receive data according + to the Modbus protocol. This library is written in C and supports + RTU (serial) and TCP (Ethernet) communications. + + http://libmodbus.org |