<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/tools/Makefile, branch state</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2019-01-15T18:11:53Z</updated>
<entry>
<title>tools: add zip utility</title>
<updated>2019-01-15T18:11:53Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2019-01-05T19:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=ad8c2d6099a7da5192ee6e2c52a8303642271877'/>
<id>urn:sha1:ad8c2d6099a7da5192ee6e2c52a8303642271877</id>
<content type='text'>
One image requires a zip compressed image, so add the zip util found in
the packages feed, and extend it with some useful debian patches.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>tools: patch: Fix build by not modifing Makefile.am</title>
<updated>2018-10-14T14:47:15Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-10-14T14:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=759f111f8d7f2d9f5f12713fc6f48ce6422997ec'/>
<id>urn:sha1:759f111f8d7f2d9f5f12713fc6f48ce6422997ec</id>
<content type='text'>
A new test case was adding in one of the patches fixing a problem, this
also included a change in the test/Makefile.am to add this test case.
The build system detected a change in the Makefile.am and wants to
regenerate the Makefile.in, but this fails because automake-1.15 is not
installed yet. As automake depends on patch being build first, make sure
we do not modify the Makefile.am.

This fixes build problem seen by the build bots.

Fixes: 4797dddfde6 ("patch: apply upstream cve fixes")
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools: patch: make patch build depend on automake</title>
<updated>2018-10-14T13:27:38Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-10-14T13:25:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=07e8c217cb79a19c59fcb34ea6de39aa91a625b6'/>
<id>urn:sha1:07e8c217cb79a19c59fcb34ea6de39aa91a625b6</id>
<content type='text'>
The Makefile.am changed and now patch wants to use automake to
regenerate the Makefile.in. Make sure automake was build before we build
patch.

This fixes build problem seen by the build bots.
Fixes: 4797dddfde6 ("patch: apply upstream cve fixes")
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools: build squashfs (v3) for ath79</title>
<updated>2018-06-16T08:08:51Z</updated>
<author>
<name>Zoltan HERPAI</name>
</author>
<published>2018-06-13T08:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=3e0489dcd91faa3954a05e3fcdaf5de2d1892e67'/>
<id>urn:sha1:3e0489dcd91faa3954a05e3fcdaf5de2d1892e67</id>
<content type='text'>
Certain Netgear and AVM devices use BE squashfs for the kernel image. As
squashfs4 only supports creating LE images, add squashfs (v3) into
the tools to be built for ath79.

Trying to use an LE squashfs (thus trying to use squashfs4 only for
building the image) for the kernel image results in the bootloader
barfing and stopping.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;
</content>
</entry>
<entry>
<title>tools/mtd-utils: update to version 2.0.2</title>
<updated>2018-04-28T13:29:13Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-04-15T17:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c7cd166479b77e2d799da175282bed4b9521eb42'/>
<id>urn:sha1:c7cd166479b77e2d799da175282bed4b9521eb42</id>
<content type='text'>
This version now uses autotools to configure the build system. They are
also using the newly added zlib package.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
Tested-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>tools/zlib: move zlib build to tools</title>
<updated>2018-04-28T13:28:59Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-04-15T17:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=8dcd941d8b934891676a8d4bbef1ee78e89a4bf7'/>
<id>urn:sha1:8dcd941d8b934891676a8d4bbef1ee78e89a4bf7</id>
<content type='text'>
This allows us to link the other tools against our libz and we do not
need the system zlib any more.

Only the static linked library is copied to the staging directory so we
have a statically linked library on all systems and not only on Linux.
This also adds the new dependencies of the packages which are depending
on zlib.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
Tested-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>tools/upx: Remove from repo</title>
<updated>2017-03-20T07:26:35Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-03-12T18:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=0685f2a66cbb4d39417f168cfb37ae6fa7dbf6cb'/>
<id>urn:sha1:0685f2a66cbb4d39417f168cfb37ae6fa7dbf6cb</id>
<content type='text'>
Remove upx from repo, it hasn't been used for a very long time and serves little to no purpose.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>build: extend CONFIG_AUTOREMOVE to tools/</title>
<updated>2017-01-18T22:57:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-18T17:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d98bb7e6b96d5bb700800c797f68bf391335374d'/>
<id>urn:sha1:d98bb7e6b96d5bb700800c797f68bf391335374d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: remove separate /install step for host builds</title>
<updated>2017-01-18T22:57:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-18T16:56:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=131db366a3785a72b6e742f1842d29c1ad200601'/>
<id>urn:sha1:131db366a3785a72b6e742f1842d29c1ad200601</id>
<content type='text'>
Reduces the number of recursive make invocations

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: remove obsolete yaffs tool</title>
<updated>2017-01-09T15:40:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-08T18:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=828a471e8dccf23d8da3ff0719e83b69a1237b51'/>
<id>urn:sha1:828a471e8dccf23d8da3ff0719e83b69a1237b51</id>
<content type='text'>
This was added a long time ago and was apparently never used

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
