kumquat-buildroot/package/mbpoll/Config.in
Jon Ringle 6e9cfd5488 package/mbpoll: new package
mbpoll is a tool that can be used to test communication
with modbus slave devices

Signed-off-by: Jon Ringle <jringle@gridpoint.com>
[Thomas:
- add MBPOLL_LICENSE, MBPOLL_LICENSE_FILES
- add host-pkgconf to dependencies
- improve Config.in help text]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-28 23:15:43 +02:00

9 lines
203 B
Plaintext

config BR2_PACKAGE_MBPOLL
bool "mbpoll"
select BR2_PACKAGE_LIBMODBUS
help
mbpoll is a command line utility to communicate with ModBus
slave (RTU or TCP).
https://github.com/epsilonrt/mbpoll