board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / luabitop / Config.in
blob26442fc9106be12defa6644c46dc67e9f9ce14f5
1 config BR2_PACKAGE_LUABITOP
2         bool "luabitop"
3         depends on !BR2_PACKAGE_LUA_5_3
4         help
5           Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
6           operations on numbers.
8           http://bitop.luajit.org
10 comment "luabitop needs a Lua 5.1/5.2 interpreter"
11         depends on BR2_PACKAGE_LUA_5_3