]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ljsyscall/Config.in
ljsyscall: new package
[coffee/buildroot.git] / package / ljsyscall / Config.in
1 config BR2_PACKAGE_LJSYSCALL
2         bool "ljsyscall"
3         # ljsyscall is specifically for LuaJIT, not Lua.
4         depends on BR2_PACKAGE_LUAJIT
5         # ljsyscall is only available for some target architectures
6         depends on BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_arm || BR2_armeb
7         help
8           An FFI implementation of the Linux and NetBSD kernel ABIs for LuaJIT.
9
10           http://github.com/justincormack/ljsyscall
11
12 comment "ljsyscall needs LuaJIT"
13         depends on !BR2_PACKAGE_LUAJIT && (BR2_i386 || BR2_x86_64 || BR2_powerpc || BR2_arm || BR2_armeb)
14