Config.in 276 B

1234567891011
  1. config BR2_PACKAGE_LUABITOP
  2. bool "luabitop"
  3. depends on BR2_PACKAGE_LUA_5_1
  4. help
  5. Lua BitOp is a C extension module for Lua 5.1/5.2 which adds
  6. bitwise operations on numbers.
  7. http://bitop.luajit.org
  8. comment "luabitop needs Lua 5.1"
  9. depends on !BR2_PACKAGE_LUA_5_1