9576defc4b
Occurrences were searched using [1]: check-package --include-only EmptyLastLine $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
config BR2_PACKAGE_LJSYSCALL
|
|
bool "ljsyscall"
|
|
# ljsyscall is specifically for LuaJIT, not Lua.
|
|
depends on BR2_PACKAGE_LUAJIT
|
|
help
|
|
An FFI implementation of the Linux and NetBSD kernel ABIs for LuaJIT.
|
|
|
|
http://github.com/justincormack/ljsyscall
|
|
|
|
comment "ljsyscall needs LuaJIT"
|
|
depends on !BR2_PACKAGE_LUAJIT
|