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_CGILUA
bool "cgilua"
# Runtime dependency only
select BR2_PACKAGE_LUAFILESYSTEM
help
CGILua is a tool for creating dynamic HTML pages
and manipulating input data from Web forms.
http://keplerproject.github.com/cgilua

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 8e9ef583f8e1c5b600ebc6bb04924a61f72320130410191a9c56d7295fb02be1 cgilua-5.1.4-2.src.rock

View File

@@ -0,0 +1,10 @@
################################################################################
#
# cgilua
#
################################################################################
CGILUA_VERSION = 5.1.4-2
CGILUA_LICENSE = MIT
$(eval $(luarocks-package))