summaryrefslogtreecommitdiff
path: root/package/luafilesystem
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-19 09:17:05 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:43:45 +0100
commitb5e6ef1fbb7a42aa4617208ceb053bf46e7b7965 (patch)
tree0577ef5005224396ebe4d09c128dc09e4394a8a2 /package/luafilesystem
parent95176657e57e54671344cc6cc61249780100aef2 (diff)
package/lua*: regeneration of Config.in
This commit aligns the Config.in files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/luafilesystem')
-rw-r--r--package/luafilesystem/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/luafilesystem/Config.in b/package/luafilesystem/Config.in
index 50e7975b92..7c130f8d3b 100644
--- a/package/luafilesystem/Config.in
+++ b/package/luafilesystem/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_LUAFILESYSTEM
bool "luafilesystem"
- depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
LuaFileSystem offers a portable way to access
the underlying directory structure and file attributes.