summaryrefslogtreecommitdiffstats
path: root/package/luafilesystem/Config.in
blob: edcb414a9aefc9c92eba93bd3d9a976ff931c201 (plain)
1
2
3
4
5
6
7
8
config BR2_PACKAGE_LUAFILESYSTEM
	bool "luafilesystem"
	select BR2_PACKAGE_LUA_SHARED_LIBRARY
	help
	  LuaFileSystem offers a portable way to access
	  the underlying directory structure and file attributes.

	  http://keplerproject.github.com/luafilesystem/