update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_RS485CONF
bool "rs485conf"
help
rs485conf is intended to be used on embedded boards with RS485
interface. It can show as well as modify RS485 configuration
parameters of TTY device with easy to use command line
options.
https://github.com/mniestroj/rs485conf

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 f163f81cd50aae6fa39cbb4f6408a3699da7a87a56649c4b96d6f168c9be6a7d rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz

View File

@@ -0,0 +1,20 @@
################################################################################
#
# rs485conf
#
################################################################################
RS485CONF_VERSION = 5c8d00cf70950fab3454549b81dea843d844492a
RS485CONF_SITE = $(call github,mniestroj,rs485conf,$(RS485CONF_VERSION))
RS485CONF_LICENSE = BSD-3c
RS485CONF_LICENSE_FILES = LICENSE
define RS485CONF_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define RS485CONF_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) PREFIX="$(TARGET_DIR)/usr" -C $(@D) install
endef
$(eval $(generic-package))