<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/avr32/image, branch master</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>avr32: remove target</title>
<updated>2015-03-24T10:06:14+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-03-24T10:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2450985de9b4e47c77b57c1fd9469d43d1c43636'/>
<id>2450985de9b4e47c77b57c1fd9469d43d1c43636</id>
<content type='text'>
It depends on obsolete compilers and only works on one device (an
evaluation board).

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44956
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It depends on obsolete compilers and only works on one device (an
evaluation board).

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44956
</pre>
</div>
</content>
</entry>
<entry>
<title>avr32: optimize image generation</title>
<updated>2013-09-25T19:32:34+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-09-25T19:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=942e69b1663cf74a172df4f5e370d59d0798c081'/>
<id>942e69b1663cf74a172df4f5e370d59d0798c081</id>
<content type='text'>
 - remove the kernel+rootfs partitions from the MTD partition map,
 - use a temporary directory for intermediate image files,
 - append the root squashfs directly to the kernel,
 - don't hardcode uImage size in the jffs2 images,

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - remove the kernel+rootfs partitions from the MTD partition map,
 - use a temporary directory for intermediate image files,
 - append the root squashfs directly to the kernel,
 - don't hardcode uImage size in the jffs2 images,

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 38194
</pre>
</div>
</content>
</entry>
<entry>
<title>targets: prepare for supporting normal and initramfs images</title>
<updated>2013-06-27T19:58:31+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-06-27T19:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6a4f2922f6303a006d66b4bbb79541823b1c12b4'/>
<id>6a4f2922f6303a006d66b4bbb79541823b1c12b4</id>
<content type='text'>
In order to support both normal images and initramfs, ensure that each
target sets KERNELNAME properly so that the generic kernel building code
can copy the corresponding files over $(KDIR) with the appropriate
extension. Update the various paths to the kernel and wrapper images
from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo).

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 37049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to support both normal images and initramfs, ensure that each
target sets KERNELNAME properly so that the generic kernel building code
can copy the corresponding files over $(KDIR) with the appropriate
extension. Update the various paths to the kernel and wrapper images
from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo).

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 37049
</pre>
</div>
</content>
</entry>
<entry>
<title>build: consistently use 'depends on' instead of 'depends'</title>
<updated>2013-04-17T15:36:41+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-04-17T15:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=96bb7c123b8b47dfc43002edf4a52aceb410f852'/>
<id>96bb7c123b8b47dfc43002edf4a52aceb410f852</id>
<content type='text'>
make the syntax more compatible with kernel menuconfig

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36351
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make the syntax more compatible with kernel menuconfig

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36351
</pre>
</div>
</content>
</entry>
<entry>
<title>avr32: built the firmware images from the lzma compressed uImage</title>
<updated>2013-03-12T13:28:16+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-03-12T13:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=73caeba5228e8404381cea1f550dfbde099b910b'/>
<id>73caeba5228e8404381cea1f550dfbde099b910b</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35978
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35978
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade avr32 u-boot to 2011.06</title>
<updated>2011-07-01T11:32:01+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2011-07-01T11:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0ba94475c91ba8bd66f17e6f5e4b10baf304d4c4'/>
<id>0ba94475c91ba8bd66f17e6f5e4b10baf304d4c4</id>
<content type='text'>
SVN-Revision: 27330
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27330
</pre>
</div>
</content>
</entry>
<entry>
<title>include u-boot version in filename</title>
<updated>2011-02-24T08:12:38+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2011-02-24T08:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=82d8dc08969a7699149ce72eab41d1695e457e2f'/>
<id>82d8dc08969a7699149ce72eab41d1695e457e2f</id>
<content type='text'>
SVN-Revision: 25695
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25695
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade u-boot to v2010.12</title>
<updated>2010-12-23T00:08:55+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2010-12-23T00:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=76774e1daadb6e69ab00d76593b76afab78a0db7'/>
<id>76774e1daadb6e69ab00d76593b76afab78a0db7</id>
<content type='text'>
SVN-Revision: 24810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24810
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade u-boot to v2010.12-rc1</title>
<updated>2010-11-19T11:44:25+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2010-11-19T11:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=de509c49d7430d0f220cceed80d1b8f19715d159'/>
<id>de509c49d7430d0f220cceed80d1b8f19715d159</id>
<content type='text'>
SVN-Revision: 24039
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24039
</pre>
</div>
</content>
</entry>
<entry>
<title>replace old quote stripping with calls to qstrip macro</title>
<updated>2010-04-29T00:32:44+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2010-04-29T00:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=224db523da8a4d49a20300b25081fbb5cccb9626'/>
<id>224db523da8a4d49a20300b25081fbb5cccb9626</id>
<content type='text'>
SVN-Revision: 21242
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21242
</pre>
</div>
</content>
</entry>
</feed>
