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_LUALOGGING
bool "lualogging"
help
LuaLogging provides a simple API to use logging features in Lua.
Its design was based on log4j. LuaLogging currently supports,
through the use of appenders, console, file, rolling file, email,
socket and SQL outputs.
http://www.keplerproject.org/lualogging/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 6ca3827c4903814626b96011e17ad99b42ecfa983b605aa75bf58f17e90ed58d lualogging-1.3.0-1.src.rock

View File

@@ -0,0 +1,12 @@
################################################################################
#
# lualogging
#
################################################################################
LUALOGGING_VERSION = 1.3.0-1
LUALOGGING_SUBDIR = lualogging
LUALOGGING_LICENSE = MIT
LUALOGGING_LICENSE_FILES = $(LUALOGGING_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))