mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 21:59:27 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
13 lines
345 B
Makefile
13 lines
345 B
Makefile
################################################################################
|
|
#
|
|
# lua-cjson
|
|
#
|
|
################################################################################
|
|
|
|
LUA_CJSON_VERSION = 2.1.0.6-1
|
|
LUA_CJSON_SUBDIR = lua-cjson
|
|
LUA_CJSON_LICENSE = MIT
|
|
LUA_CJSON_LICENSE_FILES = $(LUA_CJSON_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|