2013-05-20 14:56:38 +02:00
|
|
|
config BR2_PACKAGE_LUABITOP
|
|
|
|
bool "luabitop"
|
2015-01-16 22:09:52 +01:00
|
|
|
depends on !BR2_PACKAGE_LUA_32BITS
|
2013-05-20 14:56:38 +02:00
|
|
|
help
|
|
|
|
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
|
|
|
|
operations on numbers.
|
|
|
|
|
|
|
|
http://bitop.luajit.org
|
2015-01-16 22:09:52 +01:00
|
|
|
|
|
|
|
comment "luabitop needs a full Lua interpreter"
|
|
|
|
depends on BR2_PACKAGE_LUA_32BITS
|