The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / 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         help
6           An FFI implementation of the Linux and NetBSD kernel ABIs for LuaJIT.
7
8           http://github.com/justincormack/ljsyscall
9
10 comment "ljsyscall needs LuaJIT"
11         depends on !BR2_PACKAGE_LUAJIT
12