<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/mvebu/image, branch reboot</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>mvebu: add SolidRun ClearFog A1 support</title>
<updated>2016-02-17T17:49:26+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2016-02-17T17:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4d966e4dde31aaa93023a643a128ea764b6d583b'/>
<id>4d966e4dde31aaa93023a643a128ea764b6d583b</id>
<content type='text'>
Signed-off-by: Andrej Vlasic &lt;andrej.vlasic@sartura.hr&gt;

SVN-Revision: 48736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrej Vlasic &lt;andrej.vlasic@sartura.hr&gt;

SVN-Revision: 48736
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: armada-385-rd has been renamed to armada-388-rd upstream</title>
<updated>2015-12-11T13:36:30+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-12-11T13:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=58e9e35444514781a6e52e6187a1fea815788683'/>
<id>58e9e35444514781a6e52e6187a1fea815788683</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 47834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 47834
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: add support for the Linksys WRT1900ACS (Shelby)</title>
<updated>2015-10-08T10:01:30+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-10-08T10:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8bb23cfb663f8870f431edba0dab218a746456a3'/>
<id>8bb23cfb663f8870f431edba0dab218a746456a3</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 47164
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 47164
</pre>
</div>
</content>
</entry>
<entry>
<title>image.mk: move KDIR_TMP definition to a central location</title>
<updated>2015-08-14T10:20:53+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-08-14T10:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=bed330204a9f42a6796cb381cf4d67cc5cd7891e'/>
<id>bed330204a9f42a6796cb381cf4d67cc5cd7891e</id>
<content type='text'>
Instead of each target defining it the same, move the KDIR_TMP
definition to include/image.mk. In addition Image/Build/SysupgradeNAND
already requires KDIR_TMP to be set, so it makes sense to have it
globally defined.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46592
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of each target defining it the same, move the KDIR_TMP
definition to include/image.mk. In addition Image/Build/SysupgradeNAND
already requires KDIR_TMP to be set, so it makes sense to have it
globally defined.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46592
</pre>
</div>
</content>
</entry>
<entry>
<title>image: fix jffs2(_nand) image generation</title>
<updated>2015-08-05T13:55:52+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-08-05T13:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dbe4173b206b4180e1ce03e545b63ab40ccb1cc1'/>
<id>dbe4173b206b4180e1ce03e545b63ab40ccb1cc1</id>
<content type='text'>
Variables dependend on JFFS2_BLOCKSIZE and NANDBLOCK_SIZE are used
for template generation, so need to be present before inclusion of
image.mk in target image Makefiles.
So move all declarations to before any includes.

Fixes: r42878 ("image.mk: clean up and parallelize mkfs calls")
Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46564
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Variables dependend on JFFS2_BLOCKSIZE and NANDBLOCK_SIZE are used
for template generation, so need to be present before inclusion of
image.mk in target image Makefiles.
So move all declarations to before any includes.

Fixes: r42878 ("image.mk: clean up and parallelize mkfs calls")
Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46564
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: add support for the Linksys Caiman and Cobra</title>
<updated>2015-04-16T09:54:39+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-04-16T09:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2705cda81389e84687fb0325d2bf6c8bc2756bee'/>
<id>2705cda81389e84687fb0325d2bf6c8bc2756bee</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45456
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45456
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: copy the initramfs files to the bin dir</title>
<updated>2015-04-13T20:06:47+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-04-13T20:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=232c61742e7391edeb7c429ab9cc14652c2894ac'/>
<id>232c61742e7391edeb7c429ab9cc14652c2894ac</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45421
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: add comments to image generation</title>
<updated>2015-04-13T12:15:40+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-04-13T12:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c9e6c7c8364572eac35206627aac4b9d2e551d62'/>
<id>c9e6c7c8364572eac35206627aac4b9d2e551d62</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45414
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45414
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: stop legacy image generation</title>
<updated>2015-04-13T12:08:42+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-04-13T12:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e3bd4f09692c2ecb0a611fecf050be9693c667c0'/>
<id>e3bd4f09692c2ecb0a611fecf050be9693c667c0</id>
<content type='text'>
If you can't find the firmware for you board, send proper patches.

Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45413
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you can't find the firmware for you board, send proper patches.

Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45413
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: generate a single firmware for the 385-db-ap</title>
<updated>2015-04-13T12:06:56+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-04-13T12:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=96c793f529105a80953a586568efbe0142ea7625'/>
<id>96c793f529105a80953a586568efbe0142ea7625</id>
<content type='text'>
This has been done without having a board, but should work.

Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been done without having a board, but should work.

Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45412
</pre>
</div>
</content>
</entry>
</feed>
