<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/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>ramips: Add support for the Netgear WNDR3700v5</title>
<updated>2016-04-26T11:43:53+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-26T11:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cb049e71cdc08e17f664403a0ef970c480ae5c4a'/>
<id>cb049e71cdc08e17f664403a0ef970c480ae5c4a</id>
<content type='text'>
https://wiki.openwrt.org/toh/netgear/wndr3700

wndr3700v5 uses the single-core dual thread MediaTek MT7621S SoC.

Signed-off-by: L. D. Pinney &lt;ldpinney@gmail.com&gt;

SVN-Revision: 49247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://wiki.openwrt.org/toh/netgear/wndr3700

wndr3700v5 uses the single-core dual thread MediaTek MT7621S SoC.

Signed-off-by: L. D. Pinney &lt;ldpinney@gmail.com&gt;

SVN-Revision: 49247
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add support for Planex MZK-EX300NP</title>
<updated>2016-04-26T11:43:06+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-26T11:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=279eeeb744f1d3e0d3af7b5801324b05fbf75ffa'/>
<id>279eeeb744f1d3e0d3af7b5801324b05fbf75ffa</id>
<content type='text'>
MZK-EX300NP is MT7620A based wifi repeater.
Built-in power supply.
64MiB RAM, 8MiB SPI Flash, non Wired Ethernet.

Signed-off-by: YuheiOKAWA &lt;tochiro.srchack@gmail.com&gt;

SVN-Revision: 49235
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MZK-EX300NP is MT7620A based wifi repeater.
Built-in power supply.
64MiB RAM, 8MiB SPI Flash, non Wired Ethernet.

Signed-off-by: YuheiOKAWA &lt;tochiro.srchack@gmail.com&gt;

SVN-Revision: 49235
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add support for Planex CS-QR10</title>
<updated>2016-04-26T11:43:01+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-26T11:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e55d86ef323377b40d35cf9d927cd2370e8d4842'/>
<id>e55d86ef323377b40d35cf9d927cd2370e8d4842</id>
<content type='text'>
CS-QR10 is MT7620A based IP Camera.

the camera and sound does not work with kernel 4.4.
 - camera chip is sn9c291.
 - sound chip is wm8960.

Signed-off-by: YuheiOKAWA &lt;tochiro.srchack@gmail.com&gt;

SVN-Revision: 49234
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CS-QR10 is MT7620A based IP Camera.

the camera and sound does not work with kernel 4.4.
 - camera chip is sn9c291.
 - sound chip is wm8960.

Signed-off-by: YuheiOKAWA &lt;tochiro.srchack@gmail.com&gt;

SVN-Revision: 49234
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: Add support for ZBT WG3526</title>
<updated>2016-04-21T19:47:08+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-21T19:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=30fbc1a4d146ae0060d02946709fd6d8cc2a2b56'/>
<id>30fbc1a4d146ae0060d02946709fd6d8cc2a2b56</id>
<content type='text'>
The WG3526 is the follow-up to the 2626 and is mostly the same, with the
excaption that the mt7602 has been replaced with the mt7603. The internal wifi
setup has also changed slightly. Based on my tests, everything that worked on
the 2626 works on the 3526 and with roughly the same performance.

v1-&gt;v2:
* Remove some references to 2626 that I had missed in the dts.

v2-&gt;v3:
* Update patch to match new file structure.
* Removed SD driver to be consistent with other MT7621 targets.

Signed-off-by: Kristian Evensen &lt;kristian.evensen@gmail.com&gt;

SVN-Revision: 49213
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The WG3526 is the follow-up to the 2626 and is mostly the same, with the
excaption that the mt7602 has been replaced with the mt7603. The internal wifi
setup has also changed slightly. Based on my tests, everything that worked on
the 2626 works on the 3526 and with roughly the same performance.

v1-&gt;v2:
* Remove some references to 2626 that I had missed in the dts.

v2-&gt;v3:
* Update patch to match new file structure.
* Removed SD driver to be consistent with other MT7621 targets.

Signed-off-by: Kristian Evensen &lt;kristian.evensen@gmail.com&gt;

SVN-Revision: 49213
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add support for ELECOM WRH-300CR</title>
<updated>2016-04-21T19:46:59+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-21T19:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=37b50fdb92742024849241cf41091f97e11b2ba0'/>
<id>37b50fdb92742024849241cf41091f97e11b2ba0</id>
<content type='text'>
ELECOM WRH-300CR is MT7620N based very small Wi-Fi router with 64MiB
DDR2 SDRAM, 16MiB SPI Flash, one fast ethernet port, and (internal but
easy-to-access) UART.

it also has internal USB hub and USB card reader which provide one USB
port, one SD card slot, and one microSD card slot.

Signed-off-by: YuheiOKAWA &lt;tochiro.srchack@gmail.com&gt;
Signed-off-by: FUKAUMI Naoki &lt;naobsd@gmail.com&gt;

SVN-Revision: 49211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ELECOM WRH-300CR is MT7620N based very small Wi-Fi router with 64MiB
DDR2 SDRAM, 16MiB SPI Flash, one fast ethernet port, and (internal but
easy-to-access) UART.

it also has internal USB hub and USB card reader which provide one USB
port, one SD card slot, and one microSD card slot.

Signed-off-by: YuheiOKAWA &lt;tochiro.srchack@gmail.com&gt;
Signed-off-by: FUKAUMI Naoki &lt;naobsd@gmail.com&gt;

SVN-Revision: 49211
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: remove accidentally comitted code</title>
<updated>2016-04-09T14:47:35+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-09T14:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3bf88dc0415349617ddeb2a571e6b4139d72ea4f'/>
<id>3bf88dc0415349617ddeb2a571e6b4139d72ea4f</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 49161
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 49161
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: Adjust image size limit for the D-Link DIR-860L B1</title>
<updated>2016-04-09T10:24:55+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-09T10:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3ad1820e8365313d89902e5556c8722aabe9e0aa'/>
<id>3ad1820e8365313d89902e5556c8722aabe9e0aa</id>
<content type='text'>
Currently the maximum image size defaults to 8Mbyte even though this model has 16Mbyte of flash memory.

Tested and works on my device.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;

SVN-Revision: 49129
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the maximum image size defaults to 8Mbyte even though this model has 16Mbyte of flash memory.

Tested and works on my device.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;

SVN-Revision: 49129
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: enable device profiling by dts</title>
<updated>2016-04-09T10:24:40+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-09T10:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=14177319eab97789479bc70879925660726ca083'/>
<id>14177319eab97789479bc70879925660726ca083</id>
<content type='text'>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 49125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 49125
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: mt7621: add a device to TARGET_DEVICES after it's definition</title>
<updated>2016-04-09T10:24:36+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-09T10:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=133f890a12db957d3a5584b5f8b8912c89bb9ee2'/>
<id>133f890a12db957d3a5584b5f8b8912c89bb9ee2</id>
<content type='text'>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 49124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 49124
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: mt7621: fix initramfs image for ubnt-erx</title>
<updated>2016-04-09T10:24:29+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-09T10:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a9466914f5c27e5f9c47495017d59ada402e7897'/>
<id>a9466914f5c27e5f9c47495017d59ada402e7897</id>
<content type='text'>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 49123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

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