From a8495cdfcd46267e6782d174429231a49c22a23f Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 10 May 2010 14:42:13 -0300 Subject: New lua module: luafilesystem Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/luafilesystem/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/luafilesystem/Config.in (limited to 'package/luafilesystem/Config.in') diff --git a/package/luafilesystem/Config.in b/package/luafilesystem/Config.in new file mode 100644 index 000000000..ba6387831 --- /dev/null +++ b/package/luafilesystem/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LUAFILESYSTEM + bool "luafilesystem" + depends on BR2_LARGEFILE + depends on BR2_PACKAGE_LUA_SHARED_LIBRARY + help + LuaFileSystem offers a portable way to access + the underlying directory structure and file attributes. + + http://luaforge.net/projects/luafilesystem/ -- cgit v1.2.3