Commit 9b3526f5 authored by Julien Boibessot's avatar Julien Boibessot Committed by Peter Korsgaard
Browse files

Add libmodbus package

parent 939f0074
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -333,6 +333,7 @@ source "package/libidn/Config.in"
source "package/libmicrohttpd/Config.in"
source "package/neon/Config.in"
source "package/libmnl/Config.in"
source "package/libmodbus/Config.in"
source "package/libnl/Config.in"
source "package/libpcap/Config.in"
source "package/libosip2/Config.in"
+8 −0
Original line number Diff line number Diff line
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
+11 −0
Original line number Diff line number Diff line
#############################################################
#
# libmodbus
#
#############################################################
LIBMODBUS_VERSION = 3.0.1
LIBMODBUS_SITE = http://github.com/downloads/stephane/libmodbus
LIBMODBUS_SOURCE = libmodbus-$(LIBMODBUS_VERSION).tar.gz
LIBMODBUS_INSTALL_STAGING = YES

$(eval $(call AUTOTARGETS))