<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/luajit, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-11-17T06:46:33Z</updated>
<entry>
<title>lua: move Lua packages under lang/lua sub-folder</title>
<updated>2025-11-17T06:46:33Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-11-16T10:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7eebedcdfc0d17e610a123fdff4d8edb21e8b098'/>
<id>urn:sha1:7eebedcdfc0d17e610a123fdff4d8edb21e8b098</id>
<content type='text'>
There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>luajit: fix built for apk naming requirements</title>
<updated>2024-11-13T17:22:06Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-11-13T13:04:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fc130a0d32301a788be6f7996bba9d0f75297ad8'/>
<id>urn:sha1:fc130a0d32301a788be6f7996bba9d0f75297ad8</id>
<content type='text'>
Like wolfssl[1], adjust version for apk by removing the hyphen.

1. https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=be952e98bc1d768a0da5b84e59a6e7c04a1cdab8

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: move arch dependency to dedicated config HAS_LUAJIT_ARCH</title>
<updated>2023-09-25T15:42:02Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-09-24T22:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5eea661fdb797462412530a07e73c27e57eb8677'/>
<id>urn:sha1:5eea661fdb797462412530a07e73c27e57eb8677</id>
<content type='text'>
Move arch dependency for luajit to dedicated config HAS_LUAJIT_ARCH to
workaround recursive dependency limitation.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: patch: PPC/e500 SPE: use soft float instead of failing</title>
<updated>2022-08-06T17:34:58Z</updated>
<author>
<name>Šimon Bořek</name>
</author>
<published>2022-07-16T16:56:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a4a484fbca5c185456cf5ac26e6f47c03ca426e9'/>
<id>urn:sha1:a4a484fbca5c185456cf5ac26e6f47c03ca426e9</id>
<content type='text'>
makes LuaJit builds for mpc85xx targets with SPE ISA extension
enabled possible

Quoting inner commit message:

This allows building LuaJit for systems with Power ISA SPE
extension[^1] support by using soft float on LuaJit side.

While e500 CPU cores support SPE instruction set extension
allowing them to perform floating point arithmetic natively,
this isn't required. They can function with software floating
point to integer arithmetic translation as well,
just like FPU-less PowerPC CPUs without SPE support.

Therefore I see no need to prevent them from running LuaJit
explicitly.

[^1]: https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf

Signed-off-by: Pali Rohár &lt;pali@kernel.org&gt;
Signed-off-by: Šimon Bořek &lt;simon.borek@nic.cz&gt;
</content>
</entry>
<entry>
<title>luajit: backport softfloat ppc support</title>
<updated>2022-06-22T18:48:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-06-21T18:52:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=24c0007ea2561611776e50c8876a7b040ffd6fdc'/>
<id>urn:sha1:24c0007ea2561611776e50c8876a7b040ffd6fdc</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: fix build on macos (ldconfig issue)</title>
<updated>2022-01-08T07:04:03Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-07T22:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=42c4d254552c04f41a2b93811147ef56af45bf9c'/>
<id>urn:sha1:42c4d254552c04f41a2b93811147ef56af45bf9c</id>
<content type='text'>
fix ldconfig build issue. This patch is a backport from upstream:
https://github.com/LuaJIT/LuaJIT/commit/18c9cf7d3788a8f7408df45df92fc4ae3bcc0d80

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>luajit: for powerpc, add FPU dependency</title>
<updated>2021-05-31T23:26:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-01T22:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d23ca0010c7c67bd6883a00cf92e90e0bbd08c77'/>
<id>urn:sha1:d23ca0010c7c67bd6883a00cf92e90e0bbd08c77</id>
<content type='text'>
powerpc support as of 2.1 does not work with soft float.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit: fix compilation with host clang</title>
<updated>2021-03-26T18:25:42Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T22:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0e620f1fa147a7d510f6c499e5062d5dec063dcb'/>
<id>urn:sha1:0e620f1fa147a7d510f6c499e5062d5dec063dcb</id>
<content type='text'>
It errors out with this section.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
