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,10 @@
config BR2_PACKAGE_COPAS
bool "copas"
# Runtime dependency only
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_LUASOCKET
help
Copas is a dispatcher based on coroutines that
can be used by TCP/IP servers.
http://keplerproject.github.com/copas/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 c94890bdc8899d05163ca963dadf4b74b2ad7a5795ea3923a792b6e928ec142a copas-2.0.1-1.src.rock

View File

@@ -0,0 +1,11 @@
################################################################################
#
# copas
#
################################################################################
COPAS_VERSION = 2.0.1-1
COPAS_SUBDIR = copas-2_0_1
COPAS_LICENSE = MIT
$(eval $(luarocks-package))