1config BR2_PACKAGE_MBPOLL
2	bool "mbpoll"
3	select BR2_PACKAGE_LIBMODBUS
4	help
5	  mbpoll is a command line utility to communicate with ModBus
6	  slave (RTU or TCP).
7
8	  https://github.com/epsilonrt/mbpoll
9