diff options
Diffstat (limited to 'package/luasocket/Config.in')
-rw-r--r-- | package/luasocket/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/luasocket/Config.in b/package/luasocket/Config.in index 619d649677..45f959e8d0 100644 --- a/package/luasocket/Config.in +++ b/package/luasocket/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LUASOCKET bool "luasocket" - depends on BR2_PACKAGE_HAS_LUA_INTERPRETER + depends on BR2_PACKAGE_HAS_LUAINTERPRETER help LuaSocket is the most comprehensive networking support library for the Lua language. |