diff options
Diffstat (limited to 'package/ljsyscall/Config.in')
-rw-r--r-- | package/ljsyscall/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ljsyscall/Config.in b/package/ljsyscall/Config.in index d78591ec98..3af9dabe95 100644 --- a/package/ljsyscall/Config.in +++ b/package/ljsyscall/Config.in @@ -3,7 +3,8 @@ config BR2_PACKAGE_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. + An FFI implementation of the Linux and NetBSD kernel ABIs for + LuaJIT. http://github.com/justincormack/ljsyscall |