<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/sunxi/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>sunxi: add support for Orange Pi Plus (H3)</title>
<updated>2016-02-02T22:25:05+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2016-02-02T22:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a9c21dd3956f515bfa56cd93f34b3661b82a4dbd'/>
<id>a9c21dd3956f515bfa56cd93f34b3661b82a4dbd</id>
<content type='text'>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

SVN-Revision: 48618
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

SVN-Revision: 48618
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: respect CONFIG_TARGET_IMAGES_GZIP</title>
<updated>2015-08-15T15:10:14+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2015-08-15T15:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1c66ebcd2db1e85590b11e0abc750eef25363328'/>
<id>1c66ebcd2db1e85590b11e0abc750eef25363328</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 46608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 46608
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: create KDIR_TMP, build boot.img in it</title>
<updated>2015-08-15T14:56:21+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2015-08-15T14:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=56533842ce345b7d22aca5d74f027bb698be3067'/>
<id>56533842ce345b7d22aca5d74f027bb698be3067</id>
<content type='text'>
It's nice to have a distinction between files which are built during the
normal OpenWrt build process and ones that are created by the ImageBuilder
(like it already exists on some other targets).

This also gives boot.img a profile-specific prefix as it contains profile-
specific data.

KDIR_TMP does not need to be specified since include/image.mk already sets
it.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

SVN-Revision: 46607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's nice to have a distinction between files which are built during the
normal OpenWrt build process and ones that are created by the ImageBuilder
(like it already exists on some other targets).

This also gives boot.img a profile-specific prefix as it contains profile-
specific data.

KDIR_TMP does not need to be specified since include/image.mk already sets
it.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

SVN-Revision: 46607
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: fix uboot install location</title>
<updated>2015-08-15T14:34:42+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2015-08-15T14:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=58fc92788973f5aed1826f5bdd3b92c1aab72908'/>
<id>58fc92788973f5aed1826f5bdd3b92c1aab72908</id>
<content type='text'>
Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix
ImageBuilder. Similar fixes are necessary for many (all?) other uboot
targets.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 46605
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix
ImageBuilder. Similar fixes are necessary for many (all?) other uboot
targets.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 46605
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: don't copy DTS files to BIN_DIR</title>
<updated>2015-08-15T13:39:41+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2015-08-15T13:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1de658c27ba8b5f8f68523a832b53d9ed1b2a4ab'/>
<id>1de658c27ba8b5f8f68523a832b53d9ed1b2a4ab</id>
<content type='text'>
The DTS files aren't useful (other targets don't copy them either) and
clutter BIN_DIR with files unrelated to the chosen profile.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 46604
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DTS files aren't useful (other targets don't copy them either) and
clutter BIN_DIR with files unrelated to the chosen profile.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 46604
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: use common image prefix</title>
<updated>2015-05-27T15:34:48+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-05-27T15:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=43b5730c98ffd4758b204d4633f18053ce96ade5'/>
<id>43b5730c98ffd4758b204d4633f18053ce96ade5</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 45788
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 45788
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: A20-OLinuXino-Lime profile rename leftover</title>
<updated>2015-02-12T17:30:09+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2015-02-12T17:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=02aa882e606f029b4bdfb37ca53069242090e5ea'/>
<id>02aa882e606f029b4bdfb37ca53069242090e5ea</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 44423
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 44423
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: add support for Lamobo R1</title>
<updated>2015-01-30T00:17:16+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2015-01-30T00:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7146957461eacd64fe6e2e6a789fe854b742a655'/>
<id>7146957461eacd64fe6e2e6a789fe854b742a655</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 44214
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 44214
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: update Olimex A13 SOM profile</title>
<updated>2015-01-18T16:58:35+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2015-01-18T16:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e8ecd9a511f6002e03774d1506ed3c79db308d3f'/>
<id>e8ecd9a511f6002e03774d1506ed3c79db308d3f</id>
<content type='text'>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

SVN-Revision: 44040
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

SVN-Revision: 44040
</pre>
</div>
</content>
</entry>
<entry>
<title>sunxi: bump kernel to 3.18 - refresh patches - add bananapro, cubietruck, mele_m9 support</title>
<updated>2015-01-09T19:35:14+00:00</updated>
<author>
<name>Zoltan Herpai</name>
<email>wigyori@uid0.hu</email>
</author>
<published>2015-01-09T19:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1e0c22507adb4724ca25de994bcdbe69b8502900'/>
<id>1e0c22507adb4724ca25de994bcdbe69b8502900</id>
<content type='text'>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

SVN-Revision: 43900
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;

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