Config.in 259 B

12345678
  1. config BR2_PACKAGE_LUAFILESYSTEM
  2. bool "luafilesystem"
  3. select BR2_PACKAGE_LUA_SHARED_LIBRARY
  4. help
  5. LuaFileSystem offers a portable way to access
  6. the underlying directory structure and file attributes.
  7. http://keplerproject.github.com/luafilesystem/