<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/mt7628/profiles, branch master</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: merge mt7628/mt7688 into mt76x8</title>
<updated>2017-08-30T15:05:10+00:00</updated>
<author>
<name>L. D. Pinney</name>
<email>ldpinney@gmail.com</email>
</author>
<published>2017-08-26T01:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3e36ca4b436510a6e411484db47f7df35ebaf86d'/>
<id>3e36ca4b436510a6e411484db47f7df35ebaf86d</id>
<content type='text'>
The ramips subtargets of mt7628 and mt7688 dts files all #include "mt7628an.dtsi"

They are essentially a single subtarget.

This patch merges the ramips subtargets mt7628 and mt7688 into a single subtarget mt76x8.

Signed-off-by: L. D. Pinney &lt;ldpinney@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ramips subtargets of mt7628 and mt7688 dts files all #include "mt7628an.dtsi"

They are essentially a single subtarget.

This patch merges the ramips subtargets mt7628 and mt7688 into a single subtarget mt76x8.

Signed-off-by: L. D. Pinney &lt;ldpinney@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to the new usbport LED trigger</title>
<updated>2016-10-19T10:09:45+00:00</updated>
<author>
<name>Rafał Miłecki</name>
<email>rafal@milecki.pl</email>
</author>
<published>2016-10-19T10:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0658527e1ebe666cabde9267b6afbe543314160c'/>
<id>0658527e1ebe666cabde9267b6afbe543314160c</id>
<content type='text'>
This makes init.d script handle existing UCI entries using the new
trigger. It also switches all targets to use its package.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes init.d script handle existing UCI entries using the new
trigger. It also switches all targets to use its package.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: set default profile to priority 1</title>
<updated>2016-05-14T19:27:16+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@phrozen.org</email>
</author>
<published>2016-05-13T00:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5d0eff98018561fb68010adde33552d3310c46a1'/>
<id>5d0eff98018561fb68010adde33552d3310c46a1</id>
<content type='text'>
doing so will sort all profiles alphabetically

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doing so will sort all profiles alphabetically

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: convert mt7628 to new image building code</title>
<updated>2016-05-12T01:29:36+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@phrozen.org</email>
</author>
<published>2016-05-11T10:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0f12f329966e064bd0eda38f36d1a1c0bf25693f'/>
<id>0f12f329966e064bd0eda38f36d1a1c0bf25693f</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: Add support for Xiaomi MiWiFi Nano</title>
<updated>2016-03-16T09:26:48+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-03-16T09:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=99414dbcf1901a8f362e62febe562dacd4595c8e'/>
<id>99414dbcf1901a8f362e62febe562dacd4595c8e</id>
<content type='text'>
Xiaomi MiWiFi Nano is based on Mediatek MT7628 with 64MB ram 16MB flash

Signed-off-by: Noble Pepper &lt;openwrtmail@noblepepper.com&gt;

v3  includes changes suggested by L. D. Pinney &amp; Karl Palsson-
Eliminate en25q64 (4MB) flash chip
Alphabetization
Remove hyphen in model
Rename profile from miwifinano.mk to xiaomi.mk
Add gpios that are attached to leds

SVN-Revision: 49024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xiaomi MiWiFi Nano is based on Mediatek MT7628 with 64MB ram 16MB flash

Signed-off-by: Noble Pepper &lt;openwrtmail@noblepepper.com&gt;

v3  includes changes suggested by L. D. Pinney &amp; Karl Palsson-
Eliminate en25q64 (4MB) flash chip
Alphabetization
Remove hyphen in model
Rename profile from miwifinano.mk to xiaomi.mk
Add gpios that are attached to leds

SVN-Revision: 49024
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: add support for mt7628</title>
<updated>2014-11-06T09:31:31+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-11-06T09:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cadf5171074f7b18d007470b9f89deea87bb4c46'/>
<id>cadf5171074f7b18d007470b9f89deea87bb4c46</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43197
</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: 43197
</pre>
</div>
</content>
</entry>
</feed>
