<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/include/host.mk, branch v17.01.3</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>include: remove trailing whitespaces</title>
<updated>2015-03-29T07:29:18+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2015-03-29T07:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7002f6326e9dcd4cb3272763ba9b9debd9f3a60d'/>
<id>7002f6326e9dcd4cb3272763ba9b9debd9f3a60d</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 45127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 45127
</pre>
</div>
</content>
</entry>
<entry>
<title>include: export staging_dir/host/bin path from within host.mk (#18957)</title>
<updated>2015-02-10T15:49:17+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-02-10T15:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6205e3324d75a8602875b1360e6b1c7f9cd49528'/>
<id>6205e3324d75a8602875b1360e6b1c7f9cd49528</id>
<content type='text'>
We need to do that to pickup the prereq-build prepared symlinks for auxillary
operations like metadata scanning.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44378
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to do that to pickup the prereq-build prepared symlinks for auxillary
operations like metadata scanning.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44378
</pre>
</div>
</content>
</entry>
<entry>
<title>include: remove host command tests from host.mk</title>
<updated>2015-02-05T16:57:31+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-02-05T16:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=16e1d82460ce939daeceac857c2de207e34468c7'/>
<id>16e1d82460ce939daeceac857c2de207e34468c7</id>
<content type='text'>
Those tests are part of prereq-build.mk now.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44273
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those tests are part of prereq-build.mk now.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44273
</pre>
</div>
</content>
</entry>
<entry>
<title>build: move the XARGS variable out of the host checks, since a working xargs is built in tools/</title>
<updated>2013-07-10T15:11:29+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-07-10T15:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1c742fb388d8c6f94969c73fe403e442d0022c1a'/>
<id>1c742fb388d8c6f94969c73fe403e442d0022c1a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37228
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37228
</pre>
</div>
</content>
</entry>
<entry>
<title>build: BSD compile fixes</title>
<updated>2013-03-07T17:32:29+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-03-07T17:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1f77bfff9608f97996bffdb28dabec4e787631f6'/>
<id>1f77bfff9608f97996bffdb28dabec4e787631f6</id>
<content type='text'>
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.

Mostly small pieces of code changes to get things right on the
specific platform.

Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.

Signed-off-by: Waldemar Brodkorb &lt;mail@waldemar-brodkorb.de&gt;

SVN-Revision: 35900
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.

Mostly small pieces of code changes to get things right on the
specific platform.

Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.

Signed-off-by: Waldemar Brodkorb &lt;mail@waldemar-brodkorb.de&gt;

SVN-Revision: 35900
</pre>
</div>
</content>
</entry>
<entry>
<title>host.mk: introduce PATCH which refers to either gpatch or patch</title>
<updated>2010-10-07T11:33:12+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-10-07T11:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3cf0250da20f230a3edbe585bd16fdd19576851e'/>
<id>3cf0250da20f230a3edbe585bd16fdd19576851e</id>
<content type='text'>
SVN-Revision: 23287
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23287
</pre>
</div>
</content>
</entry>
<entry>
<title>host.mk: Don't use bash-ism</title>
<updated>2010-09-06T21:22:54+00:00</updated>
<author>
<name>Michael Büsch</name>
<email>mb@bu3sch.de</email>
</author>
<published>2010-09-06T21:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f54f9b25e1ecc50501e99d0c83843cccbc071f01'/>
<id>f54f9b25e1ecc50501e99d0c83843cccbc071f01</id>
<content type='text'>
SVN-Revision: 22963
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22963
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)</title>
<updated>2010-09-05T16:16:59+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2010-09-05T16:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=392888845c01b5fb150a003c935ad43e708c9406'/>
<id>392888845c01b5fb150a003c935ad43e708c9406</id>
<content type='text'>
SVN-Revision: 22934
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22934
</pre>
</div>
</content>
</entry>
<entry>
<title>buildsystem: add a macro to test options supported by the host compiler</title>
<updated>2010-05-02T17:22:01+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2010-05-02T17:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=08be2bcfd99a2bf96fb3618db3572fdabd122716'/>
<id>08be2bcfd99a2bf96fb3618db3572fdabd122716</id>
<content type='text'>
SVN-Revision: 21304
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21304
</pre>
</div>
</content>
</entry>
<entry>
<title>build prereq: look for tar under the name "gnutar" as well</title>
<updated>2009-09-14T10:40:04+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-09-14T10:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fb7fa9b3fdcba9b55635db1c32e905946c9a25db'/>
<id>fb7fa9b3fdcba9b55635db1c32e905946c9a25db</id>
<content type='text'>
SVN-Revision: 17575
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 17575
</pre>
</div>
</content>
</entry>
</feed>
