<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/rt305x/profiles/alpha.mk, branch v18.06.0</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: updated remaining profiles to the new image building code</title>
<updated>2016-08-03T13:30:13+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@phrozen.org</email>
</author>
<published>2016-08-02T17:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8e75630d1d04fd27b4a8f5ad7c1619d4c6a6eed7'/>
<id>8e75630d1d04fd27b4a8f5ad7c1619d4c6a6eed7</id>
<content type='text'>
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: fix various mistakes in subtargets *.mk profiles</title>
<updated>2015-08-17T06:01:38+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-08-17T06:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=57e614c1790e316ef8b5b8cb0cd4ae4dcb185d3d'/>
<id>57e614c1790e316ef8b5b8cb0cd4ae4dcb185d3d</id>
<content type='text'>
This patch:
 * fixes wrong indentation
 * fixes wrong names and descriptions (ex. Dlink -&gt; D-Link)
 * changes filenames to manufacturer names
 * moves oem/unknown manufacturers boards to misc.mk profiles
 * combines profiles for boards from the same manufacturers in one file (ex. Olimex)
 * fix profile files structure (keep the same convention as in other targets, ex. ar71xx)

in various .mk profiles, in ramips target.

Signed-off-by: Piotr Dymacz &lt;pepe2k@gmail.com&gt;

SVN-Revision: 46631
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch:
 * fixes wrong indentation
 * fixes wrong names and descriptions (ex. Dlink -&gt; D-Link)
 * changes filenames to manufacturer names
 * moves oem/unknown manufacturers boards to misc.mk profiles
 * combines profiles for boards from the same manufacturers in one file (ex. Olimex)
 * fix profile files structure (keep the same convention as in other targets, ex. ar71xx)

in various .mk profiles, in ramips target.

Signed-off-by: Piotr Dymacz &lt;pepe2k@gmail.com&gt;

SVN-Revision: 46631
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: dwc_otg-&gt;dwc2</title>
<updated>2014-09-08T17:33:16+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-09-08T17:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4662c3b847f0c51fb34b9427ab0158d803af58b4'/>
<id>4662c3b847f0c51fb34b9427ab0158d803af58b4</id>
<content type='text'>
the old dwc_otg driver is starting to fall apart and fails on newer 3g
modems and some storage devices. switch to the upstream dwc2 driver which
is no longer in staging/.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 42446
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the old dwc_otg driver is starting to fall apart and fails on newer 3g
modems and some storage devices. switch to the upstream dwc2 driver which
is no longer in staging/.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 42446
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: switch back to dwc_otg ... dwc2 seems to not work well with 3G modems</title>
<updated>2013-07-27T09:23:24+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-07-27T09:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f4c4ca0b00b79436d1861252a83ad9071b8da0f7'/>
<id>f4c4ca0b00b79436d1861252a83ad9071b8da0f7</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37563
</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: 37563
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: set remove dwc_otg from default packages and use dwc2 instead</title>
<updated>2013-07-22T13:52:52+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-07-22T13:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8d0cd50f30da951d028c1b5f7c99db656ff0eeaf'/>
<id>8d0cd50f30da951d028c1b5f7c99db656ff0eeaf</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37499
</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: 37499
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: Add Alpha ASL-26555 support.</title>
<updated>2013-04-25T19:02:53+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-04-25T19:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7bfab6e308a54d4fc2b99d9f80b4a4cd735de5b1'/>
<id>7bfab6e308a54d4fc2b99d9f80b4a4cd735de5b1</id>
<content type='text'>
This board uses a TrendChip SOC with its own RAM/Flash for ADSL support.
We know both SOCs are connected through ethernet and use some kind of protocol for UART communication, but due to the lack of GPL sources we couldn't get it to work. For this reason the network is configured only for LAN.

There are two versions (Chile 8MB and Spain 16MB).

Wiki: http://wiki.openwrt.org/toh/alpha/asl26555

Signed-off-by: Esteban Benito &lt;estebanjbs@gmail.com&gt;
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Patchwork: http://patchwork.openwrt.org/patch/3571/
Acked-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This board uses a TrendChip SOC with its own RAM/Flash for ADSL support.
We know both SOCs are connected through ethernet and use some kind of protocol for UART communication, but due to the lack of GPL sources we couldn't get it to work. For this reason the network is configured only for LAN.

There are two versions (Chile 8MB and Spain 16MB).

Wiki: http://wiki.openwrt.org/toh/alpha/asl26555

Signed-off-by: Esteban Benito &lt;estebanjbs@gmail.com&gt;
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Patchwork: http://patchwork.openwrt.org/patch/3571/
Acked-by: John Crispin &lt;blogic@openwrt.org&gt;

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