* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
14 lines
387 B
Makefile
14 lines
387 B
Makefile
################################################################################
|
|
#
|
|
# lua-bit32
|
|
#
|
|
################################################################################
|
|
|
|
LUA_BIT32_VERSION = 5.3.5.1-1
|
|
LUA_BIT32_NAME_UPSTREAM = bit32
|
|
LUA_BIT32_SUBDIR = lua-compat-5.3-0.10
|
|
LUA_BIT32_LICENSE = MIT
|
|
LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|