2013-05-20 14:56:38 +02:00
|
|
|
config BR2_PACKAGE_LUABITOP
|
|
|
|
bool "luabitop"
|
2016-01-15 09:28:52 +01:00
|
|
|
depends on !BR2_PACKAGE_LUA_5_3
|
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
|
|
|
|
2016-01-15 09:28:52 +01:00
|
|
|
comment "luabitop needs a Lua 5.1/5.2 interpreter"
|
|
|
|
depends on BR2_PACKAGE_LUA_5_3
|