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_LUAJSON
bool "luajson"
# run-time dependency
select BR2_PACKAGE_LPEG
help
LuaJSON is a customizable JSON decoder/encoder
using LPEG for parsing.
http://github.com/harningt/luajson

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 4898e5575713b37a1eb9badbd3968e15ec1856115daaed9819acf39113616619 luajson-1.3.3-1.src.rock

View File

@@ -0,0 +1,12 @@
################################################################################
#
# luajson
#
################################################################################
LUAJSON_VERSION = 1.3.3-1
LUAJSON_SUBDIR = luajson
LUAJSON_LICENSE = MIT
LUAJSON_LICENSE_FILES = $(LUAJSON_SUBDIR)/LICENSE
$(eval $(luarocks-package))