Move all to deprecated folder.
This commit is contained 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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6 libmodbus-3.0.6.tar.gz
|
||||
13
deprecated/firmware/buildroot/package/libmodbus/libmodbus.mk
Normal file
13
deprecated/firmware/buildroot/package/libmodbus/libmodbus.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# libmodbus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBMODBUS_VERSION = 3.0.6
|
||||
LIBMODBUS_SITE = http://libmodbus.org/releases
|
||||
LIBMODBUS_LICENSE = LGPLv2.1+
|
||||
LIBMODBUS_LICENSE_FILES = COPYING.LESSER
|
||||
LIBMODBUS_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user