]> git.99rst.org Git - openwrt-packages.git/commit
luafilesystem: add Lua 5.4 variant
authorAlexandru Ardelean <redacted>
Tue, 26 May 2026 11:15:12 +0000 (14:15 +0300)
committerAlexandru Ardelean <redacted>
Fri, 31 Jul 2026 06:46:08 +0000 (09:46 +0300)
commit27152e6f34b97d85cc0a1355d885ca9ccd9be8d6
tree8e617137395e054efc3f8719d80f456c2b34f0e6
parent3fe92e63f5585b35875543c64f7612935b897373
luafilesystem: add Lua 5.4 variant

Lua 5.1 is EOL and many downstream packages need 5.2+. Mirror the
luasocket multi-variant pattern: keep luafilesystem (Lua 5.1, default)
and add luafilesystem5.4 which builds the same source against
liblua5.4 and installs to /usr/lib/lua/5.4/.

Needed for the prosody 13.x upgrade (Lua 5.1 unsupported upstream).

Signed-off-by: Alexandru Ardelean <redacted>
lang/lua/luafilesystem/Makefile
git clone https://git.99rst.org/PROJECT