From 5b81dd47703fd099e2b257ed0680ddc39524ace5 Mon Sep 17 00:00:00 2001 From: Assaf Inbal Date: Mon, 20 May 2013 15:56:38 +0300 Subject: luabitop: New package Lua library for binary operations [Peter: fix header, use TARGET_CONFIGURE_OPTS] Signed-off-by: Assaf Inbal Signed-off-by: Peter Korsgaard --- package/luabitop/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/luabitop/Config.in (limited to 'package/luabitop/Config.in') diff --git a/package/luabitop/Config.in b/package/luabitop/Config.in new file mode 100644 index 000000000..83a85b16c --- /dev/null +++ b/package/luabitop/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_LUABITOP + bool "luabitop" + help + Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise + operations on numbers. + + http://bitop.luajit.org -- cgit v1.2.3