* 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
16 lines
369 B
Makefile
16 lines
369 B
Makefile
################################################################################
|
|
#
|
|
# lrandom
|
|
#
|
|
################################################################################
|
|
|
|
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
|
LRANDOM_VERSION = 20120430.52-1
|
|
else
|
|
LRANDOM_VERSION = 20120430.51-1
|
|
endif
|
|
LRANDOM_SUBDIR = random
|
|
LRANDOM_LICENSE = Public domain
|
|
|
|
$(eval $(luarocks-package))
|