<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/target/linux/ramips/image, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-05-10T22:37:29Z</updated>
<entry>
<title>ramips: fix DTB generation</title>
<updated>2016-05-10T22:37:29Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=c5577c13b925788f3190ba13a9819366b31469f9'/>
<id>urn:sha1:c5577c13b925788f3190ba13a9819366b31469f9</id>
<content type='text'>
using preprocessor style includes when calling dtc directly.

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;

SVN-Revision: 49360
</content>
</entry>
<entry>
<title>ramips: add support for Planex MZK-EX750NP.</title>
<updated>2016-04-29T11:34:56Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-29T11:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=e05cc286ec19fa634eb7d991fc49582047074735'/>
<id>urn:sha1:e05cc286ec19fa634eb7d991fc49582047074735</id>
<content type='text'>
add support for Planex MZK-EX750NP.
MZK-EX750NP is MT7620A and MT7610E based 11ac 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: 49268
</content>
</entry>
<entry>
<title>ramips: Add support for the Netgear WNDR3700v5</title>
<updated>2016-04-26T11:43:53Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=6d3612218bfc814935c1311f59bcd92829c98c52'/>
<id>urn:sha1:6d3612218bfc814935c1311f59bcd92829c98c52</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>
</entry>
<entry>
<title>ramips: add support for Planex MZK-EX300NP</title>
<updated>2016-04-26T11:43:06Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=2a3617fd2132c535fe17fd803a64d8918ac55ac9'/>
<id>urn:sha1:2a3617fd2132c535fe17fd803a64d8918ac55ac9</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>
</entry>
<entry>
<title>ramips: add support for Planex CS-QR10</title>
<updated>2016-04-26T11:43:01Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=1cf9c4721fe25c2952509dcc403580c4d49f9dbd'/>
<id>urn:sha1:1cf9c4721fe25c2952509dcc403580c4d49f9dbd</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>
</entry>
<entry>
<title>ramips: Add support for ZBT WG3526</title>
<updated>2016-04-21T19:47:08Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-21T19:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=23bef4bc61724a419ca165c66ccc6966c05f5e59'/>
<id>urn:sha1:23bef4bc61724a419ca165c66ccc6966c05f5e59</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>
</entry>
<entry>
<title>ramips: add support for ELECOM WRH-300CR</title>
<updated>2016-04-21T19:46:59Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-21T19:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=1213d7602e4f0ac9466c2f8994f758ff8f616b20'/>
<id>urn:sha1:1213d7602e4f0ac9466c2f8994f758ff8f616b20</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>
</entry>
<entry>
<title>ramips: remove accidentally comitted code</title>
<updated>2016-04-09T14:47:35Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T14:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=1490e771bfea48a92b683387c1ec9cfbf5b69b17'/>
<id>urn:sha1:1490e771bfea48a92b683387c1ec9cfbf5b69b17</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 49161
</content>
</entry>
<entry>
<title>ramips: Adjust image size limit for the D-Link DIR-860L B1</title>
<updated>2016-04-09T10:24:55Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:24:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=7847ba43419697e2385651bdacd1b5f2e2d03239'/>
<id>urn:sha1:7847ba43419697e2385651bdacd1b5f2e2d03239</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>
</entry>
<entry>
<title>ramips: enable device profiling by dts</title>
<updated>2016-04-09T10:24:40Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:24:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/svn-archive/archive/commit/?id=c250a33601bdd0a812399a18a61d1a2a972ae57d'/>
<id>urn:sha1:c250a33601bdd0a812399a18a61d1a2a972ae57d</id>
<content type='text'>
Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 49125
</content>
</entry>
</feed>
