1config BR2_PACKAGE_LJSYSCALL 2 bool "ljsyscall" 3 # ljsyscall is specifically for LuaJIT, not Lua. 4 depends on BR2_PACKAGE_LUAJIT 5 help 6 An FFI implementation of the Linux and NetBSD kernel ABIs for 7 LuaJIT. 8 9 http://www.myriabit.com/ljsyscall/ 10 11comment "ljsyscall needs LuaJIT" 12 depends on !BR2_PACKAGE_LUAJIT 13