Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_UTF8
bool "lua-utf8"
help
This module adds UTF-8 support to Lua.
It's compatible with Lua "string" module.
http://github.com/starwing/luautf8

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 c9ceb3a9f327b3215cdf959eebf616970b5b0427ca3fde05b19f8236defa4b91 utf8-1.2-0.src.rock

View File

@@ -0,0 +1,12 @@
################################################################################
#
# lua-utf8
#
################################################################################
LUA_UTF8_VERSION = 1.2-0
LUA_UTF8_NAME_UPSTREAM = utf8
LUA_UTF8_SUBDIR = luautf8
LUA_UTF8_LICENSE = MIT
$(eval $(luarocks-package))