<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/applications/luci-app-babeld/Makefile, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2024-05-27T23:55:14Z</updated>
<entry>
<title>treewide: add missing license information</title>
<updated>2024-05-27T23:55:14Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-03-24T14:10:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=d174bb8917873a6556faf15141f5219f24df2ef8'/>
<id>urn:sha1:d174bb8917873a6556faf15141f5219f24df2ef8</id>
<content type='text'>
The license is derived from sources or from a copyright of the Makefile.
Otherwise, a global Apache-2.0 is used.
Some packages had a copyright GPL-2.0 but sources clearly states for Apache so the copyright was changed.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Add missing PKG_MAINTAINER</title>
<updated>2024-05-27T23:55:14Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-01-09T20:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=fbbfdb4afc95a59df1034f1fda525e94855e1633'/>
<id>urn:sha1:fbbfdb4afc95a59df1034f1fda525e94855e1633</id>
<content type='text'>
Daniel F. Dickinson changed email address to &lt;dfdpublic@wildtechgarden.ca&gt;

luci-all-lxl has a maintainer Petar Koretic &lt;petar.koretic@sartura.hr&gt; but there is no corresponding GitHub account.
So Dirk Brenken was added as a second maintainer: he answered on an issue of the app.

When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-babeld: migrate to js</title>
<updated>2023-09-26T07:30:05Z</updated>
<author>
<name>Ayushman Tripathi</name>
</author>
<published>2023-07-25T11:43:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=0c3f396b2fbbe691713b6fe598ff41f8235ca20d'/>
<id>urn:sha1:0c3f396b2fbbe691713b6fe598ff41f8235ca20d</id>
<content type='text'>
Signed-off-by: Ayushman Tripathi &lt;ayushmantripathi7724@gmail.com&gt;
[fixup commit message, resolve merge conflict]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>applications: remove LUCI_PKGARCH:=all</title>
<updated>2023-09-24T08:16:58Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2023-09-24T08:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=4c03f5ff1fbd8a733f5df8007d51eaa397ca6089'/>
<id>urn:sha1:4c03f5ff1fbd8a733f5df8007d51eaa397ca6089</id>
<content type='text'>
This is anyway default

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>applications: add missing dependency to luci-base</title>
<updated>2023-09-24T08:11:42Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2023-09-24T08:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=3e7fe9f07bc7f775f9fb3d1f1e2a9b972faf86d1'/>
<id>urn:sha1:3e7fe9f07bc7f775f9fb3d1f1e2a9b972faf86d1</id>
<content type='text'>
It's better to explicitly define it

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-app-babeld: rewrite javascript without CDN includes</title>
<updated>2021-02-15T17:44:02Z</updated>
<author>
<name>Jonathan Pagel</name>
</author>
<published>2021-02-09T21:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=17ee61c6014329d44f5864f45986dbe626868289'/>
<id>urn:sha1:17ee61c6014329d44f5864f45986dbe626868289</id>
<content type='text'>
Rewrite luci app in javascript without external sources

CC-Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
Signed-off-by: Jonathan Pagel &lt;jonny_tischbein@systemli.org&gt;
</content>
</entry>
<entry>
<title>luci-app-babeld: add babeld overview</title>
<updated>2020-12-19T12:54:23Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2020-12-18T18:17:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=35761aa3a07e6a9ee75cd9a2f4536c11f1cdd9dd'/>
<id>urn:sha1:35761aa3a07e6a9ee75cd9a2f4536c11f1cdd9dd</id>
<content type='text'>
Add overview of babeld status, xroutes and routes.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
</feed>
