<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/brcm2708/base-files/lib/preinit, 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>brcm2708: add Raspberry Pi 3 support</title>
<updated>2016-03-08T18:11:55+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-03-08T18:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=993989880a1f2f5ad0877ba47d4e99919cfa8bf2'/>
<id>993989880a1f2f5ad0877ba47d4e99919cfa8bf2</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 48967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 48967
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm2708: add device detection and use it for network, leds and preinit</title>
<updated>2015-11-22T08:04:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-11-22T08:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28'/>
<id>cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 47572
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 47572
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm2708: keep boot partition mounted to allow users to change config.txt</title>
<updated>2015-10-05T10:27:49+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-10-05T10:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7ce3e1fd3c50afca42c4746e3ecb08c9a080cca5'/>
<id>7ce3e1fd3c50afca42c4746e3ecb08c9a080cca5</id>
<content type='text'>
This way it's easier to configure device tree overlays, customize other
parameters...

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 47126
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way it's easier to configure device tree overlays, customize other
parameters...

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 47126
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm2708: remove unneeded base-files</title>
<updated>2015-07-17T12:48:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-07-17T12:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=623da91e4d27f4fde9839617d70addacc8ca40da'/>
<id>623da91e4d27f4fde9839617d70addacc8ca40da</id>
<content type='text'>
Device tree exports board name/model and device LEDs.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 46397
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Device tree exports board name/model and device LEDs.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 46397
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm2708: Implement sysupgrade</title>
<updated>2015-07-14T07:39:10+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-07-14T07:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2de791010247a33b38ab05bd6fbfb6ef72c13578'/>
<id>2de791010247a33b38ab05bd6fbfb6ef72c13578</id>
<content type='text'>
Implement sysupgrade for Raspberry Pi, similar to the way it is done on x86:
The config files are saved in the boot partition and moved to where they are
normally expected in preinit.

Also add optional gzip compression for the SD card image, since this can save
a lot of space (76M vs 6M), also similar to x86.

Signed-off-by: Bruno Randolf &lt;br1@einfach.org&gt;

SVN-Revision: 46347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement sysupgrade for Raspberry Pi, similar to the way it is done on x86:
The config files are saved in the boot partition and moved to where they are
normally expected in preinit.

Also add optional gzip compression for the SD card image, since this can save
a lot of space (76M vs 6M), also similar to x86.

Signed-off-by: Bruno Randolf &lt;br1@einfach.org&gt;

SVN-Revision: 46347
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm2708: add board detection and LED support</title>
<updated>2015-02-14T20:48:08+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-02-14T20:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dc72499b5326531b603ec38410602ff7ed7f1287'/>
<id>dc72499b5326531b603ec38410602ff7ed7f1287</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 44447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

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