<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/blogic/tools, branch master</title>
<subtitle>John Crispins staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/blogic/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/blogic/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/'/>
<updated>2019-07-08T14:42:26Z</updated>
<entry>
<title>tools/gengetopt: Update to 2.23</title>
<updated>2019-07-08T14:42:26Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2019-06-15T09:07:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=6fac9077c674e151e86cb02319c76f6d526579c7'/>
<id>urn:sha1:6fac9077c674e151e86cb02319c76f6d526579c7</id>
<content type='text'>
Update gengetopt to 2.23
Remove 100-dependency_fix.patch, fixed upstream
Rework no tests and docs patch
Fix typo in copyright section

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>ath79: increase kernel partition size for CPE610v1</title>
<updated>2019-07-07T11:02:06Z</updated>
<author>
<name>Andrew Cameron</name>
</author>
<published>2019-06-30T02:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=d5a38725f84f52618a7c4cb17e8bfac40a17854a'/>
<id>urn:sha1:d5a38725f84f52618a7c4cb17e8bfac40a17854a</id>
<content type='text'>
Increase the Kernel partition to address the issue discussed here
https://forum.openwrt.org/t/cpe610-v1-sysupgrade-bin-missing-too-big/39637/5
Switch Back to the okli Loader to support increased partition size

Signed-off-by: Andrew Cameron &lt;apcameron@softhome.net&gt;
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt; [add &lt;&gt; for e-mail]
</content>
</entry>
<entry>
<title>ath79: add support for TP-Link CPE610-v1</title>
<updated>2019-06-24T18:22:24Z</updated>
<author>
<name>Andrew Cameron</name>
</author>
<published>2019-01-15T02:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=e15049c88b917d1f9f75ed095f59f1dc6d69501c'/>
<id>urn:sha1:e15049c88b917d1f9f75ed095f59f1dc6d69501c</id>
<content type='text'>
TP-Link CPE610-v1 is an outdoor wireless CPE for 5 GHz with
one Ethernet port based on Atheros AR9344

Specifications:
 - Based on the same underlying hardware as the TP-Link CPE510
 - Power, LAN, WLAN5G green LEDs
 - 23dBi high-gain directional 2×2 MIMO antenna and a dedicated metal reflector

Flashing instructions:
 Flash factory image through stock firmware WEB UI
 or through TFTP
 To get to TFTP recovery just hold reset button while powering on for
 around 4-5 seconds and release.
 Rename factory image to recovery.bin
 Stock TFTP server IP:192.168.0.100
 Stock device TFTP adress:192.168.0.254

Signed-off-by: Andrew Cameron &lt;apcameron@softhome.net&gt;
</content>
</entry>
<entry>
<title>tools/bison: Update to 3.4.1</title>
<updated>2019-06-22T08:23:56Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2019-06-15T02:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=9fc03832bc46b13b377cbe2f6d1acca45f1ad002'/>
<id>urn:sha1:9fc03832bc46b13b377cbe2f6d1acca45f1ad002</id>
<content type='text'>
Update bison to 3.4.1
Remove 010-intl-stub-compat.patch

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 3.7.1</title>
<updated>2019-06-08T07:59:25Z</updated>
<author>
<name>Deng Qingfang</name>
</author>
<published>2019-06-07T16:57:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=0f4e65ec7bd572bd9506867886fb99d59d028a3c'/>
<id>urn:sha1:0f4e65ec7bd572bd9506867886fb99d59d028a3c</id>
<content type='text'>
Update ccache to 3.7.1

Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_1

Signed-off-by: Deng Qingfang &lt;dengqf6@mail2.sysu.edu.cn&gt;
</content>
</entry>
<entry>
<title>firmware-utils: jcgimage: add support for 4MiB+ images</title>
<updated>2019-05-31T08:30:03Z</updated>
<author>
<name>Davide Fioravanti</name>
</author>
<published>2019-05-20T02:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=d95dff162ae110e82674cc1511ef851be231b232'/>
<id>urn:sha1:d95dff162ae110e82674cc1511ef851be231b232</id>
<content type='text'>
The first version of this script allowed just 4Mb factory images.
With this patch is possible to set the maximum size of the payload.

For an 8Mb flash, the corresponding maxsize is:
8 * 1024 * 1024 - 5 * 64 * 1024 = 8388608 - 327680 = 8060928

If the -m argument is not set, the default maximum size will be
used for backward compatibility.

Signed-off-by: Davide Fioravanti &lt;pantanastyle@gmail.com&gt;
</content>
</entry>
<entry>
<title>firmware-utils: jcgimage: fix style and compiler warnings</title>
<updated>2019-05-31T08:30:03Z</updated>
<author>
<name>Davide Fioravanti</name>
</author>
<published>2019-05-20T02:29:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=1bbd524e8411c669d874ca48e0bb56e1e8acc121'/>
<id>urn:sha1:1bbd524e8411c669d874ca48e0bb56e1e8acc121</id>
<content type='text'>
Fixed some compilation warnings.

Signed-off-by: Davide Fioravanti &lt;pantanastyle@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "bc: update to 1.07.1"</title>
<updated>2019-05-22T19:27:44Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2019-05-22T19:25:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=33b81b572148e2de52fbcb986e238c2efbd1939f'/>
<id>urn:sha1:33b81b572148e2de52fbcb986e238c2efbd1939f</id>
<content type='text'>
This reverts commit 0111b86f1db501d57bfee8a313fe5bebdf8b2ed9 as it
breaks on Linux distributions without ed support

./fix-libmath_h: line 1: ed: command not found

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>bc: update to 1.07.1</title>
<updated>2019-05-22T11:13:06Z</updated>
<author>
<name>Deng Qingfang</name>
</author>
<published>2019-05-17T18:33:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=0111b86f1db501d57bfee8a313fe5bebdf8b2ed9'/>
<id>urn:sha1:0111b86f1db501d57bfee8a313fe5bebdf8b2ed9</id>
<content type='text'>
Update bc to 1.07.1
Use GNU mirror

Signed-off-by: Deng Qingfang &lt;dengqf6@mail2.sysu.edu.cn&gt;
</content>
</entry>
<entry>
<title>scons: update to 3.0.5</title>
<updated>2019-05-18T19:17:45Z</updated>
<author>
<name>Deng Qingfang</name>
</author>
<published>2019-05-18T13:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=9ccb24c5485540b9746ff31a91b37bf8d5da9e56'/>
<id>urn:sha1:9ccb24c5485540b9746ff31a91b37bf8d5da9e56</id>
<content type='text'>
Update scons to 3.0.5

Signed-off-by: Deng Qingfang &lt;dengqf6@mail2.sysu.edu.cn&gt;
</content>
</entry>
</feed>
