<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom, 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 Dovado tiny AC</title>
<updated>2015-11-02T10:17:51+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-11-02T10:17:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3760b95702b65de9d6d0f6a1029a654e3b11f72f'/>
<id>3760b95702b65de9d6d0f6a1029a654e3b11f72f</id>
<content type='text'>
Add support for Dovado tiny AC wifi router.

Soc: mt7620a
ram: 64MB
flash: 8MB
1x usb 2.0
two gigabit lan ports

5ghz wlan is not supported on this board since there is no gpl driverfor mt7610e wifi chip.

Signed-off-by: Andrej Vlasic &lt;andrej.vlasic0@gmail.com&gt;

SVN-Revision: 47348
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for Dovado tiny AC wifi router.

Soc: mt7620a
ram: 64MB
flash: 8MB
1x usb 2.0
two gigabit lan ports

5ghz wlan is not supported on this board since there is no gpl driverfor mt7610e wifi chip.

Signed-off-by: Andrej Vlasic &lt;andrej.vlasic0@gmail.com&gt;

SVN-Revision: 47348
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add function to change rt2x00 wifi eeprom mac</title>
<updated>2015-11-02T10:17:41+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-11-02T10:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=83693c911a3c4788d44815c6c61cd6f7be6542d5'/>
<id>83693c911a3c4788d44815c6c61cd6f7be6542d5</id>
<content type='text'>
Some boards like dovado tiny ac have generic ralink mac in onflash wifi eeprom.
Add eeprom_set_macaddr function to rt2x00 eeprom extract script which changes mac addr insde eeprom dump.

Signed-off-by: Andrej Vlasic &lt;andrej.vlasic0@gmail.com&gt;

SVN-Revision: 47347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some boards like dovado tiny ac have generic ralink mac in onflash wifi eeprom.
Add eeprom_set_macaddr function to rt2x00 eeprom extract script which changes mac addr insde eeprom dump.

Signed-off-by: Andrej Vlasic &lt;andrej.vlasic0@gmail.com&gt;

SVN-Revision: 47347
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: update BR-6475ND dts</title>
<updated>2015-01-08T20:26:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-01-08T20:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2ea64717e2ef72d7181256daa2528ee147ad99a1'/>
<id>2ea64717e2ef72d7181256daa2528ee147ad99a1</id>
<content type='text'>
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD.

Signed-off-by: Christopher Lais &lt;chris+openwrt@zenthought.org&gt;

SVN-Revision: 43881
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD.

Signed-off-by: Christopher Lais &lt;chris+openwrt@zenthought.org&gt;

SVN-Revision: 43881
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: soc wmac eeprom cleanup</title>
<updated>2014-07-17T10:55:31+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-17T10:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f44d3f99803be7ba5c38b26a2d8cbda1c301e893'/>
<id>f44d3f99803be7ba5c38b26a2d8cbda1c301e893</id>
<content type='text'>
Move eeprom extraction from scripts to dts files.
Additionally there are few other changes like:
- whitespace fixes
- add partition labels where needed
- BR6524N board doesn't exist (lost in translation?)
- fix Edimax 3g-6200nl model
- add wmac eeprom to dts for Asus RT-N14U board

Compile tested all subtargets and their profiles.
Run tested on:
- Asus RT-N15
- Asus RT-N14U
- Buffalo WHR-600D
- Argus ATP52B
- Sparklan WCR-150GN

Few problems noted:
- many boards didn't have wmac eeprom information defined at all
- several boards don't have any patitions defined (see FIXME comments in dts)

Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 41680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move eeprom extraction from scripts to dts files.
Additionally there are few other changes like:
- whitespace fixes
- add partition labels where needed
- BR6524N board doesn't exist (lost in translation?)
- fix Edimax 3g-6200nl model
- add wmac eeprom to dts for Asus RT-N14U board

Compile tested all subtargets and their profiles.
Run tested on:
- Asus RT-N15
- Asus RT-N14U
- Buffalo WHR-600D
- Argus ATP52B
- Sparklan WCR-150GN

Few problems noted:
- many boards didn't have wmac eeprom information defined at all
- several boards don't have any patitions defined (see FIXME comments in dts)

Signed-off-by: Roman Yeryomin &lt;roman@advem.lv&gt;

SVN-Revision: 41680
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: basic support for Planex MZK-750DHP</title>
<updated>2014-07-14T17:10:39+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-14T17:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=74db9511dc40410aceb6ab7122c965aa4bc42af3'/>
<id>74db9511dc40410aceb6ab7122c965aa4bc42af3</id>
<content type='text'>
some gpios are still missing.

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

SVN-Revision: 41654
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some gpios are still missing.

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

SVN-Revision: 41654
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add support for WR8305RT board</title>
<updated>2014-07-12T06:54:03+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-12T06:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ba3988fb16c1392c41e4710474fc5df1f1f92a83'/>
<id>ba3988fb16c1392c41e4710474fc5df1f1f92a83</id>
<content type='text'>
Signed-off-by: Jorge Vargas &lt;jorge.vargas@sosvia.com&gt;
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

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

SVN-Revision: 41584
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: add Wansview NCS601W IP Camera</title>
<updated>2014-07-02T07:42:44+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-02T07:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3d81a4ef822d9261d89338b6090558b0a370c853'/>
<id>3d81a4ef822d9261d89338b6090558b0a370c853</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41453
</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: 41453
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: register wifi firmware for WRTnode</title>
<updated>2014-07-01T18:17:55+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-01T18:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c749b310ed2fbd41d99039184fdfc7a64f309c4c'/>
<id>c749b310ed2fbd41d99039184fdfc7a64f309c4c</id>
<content type='text'>
After r41444 wifi working on WRTnode. Tested.

Signed-off-by: Cezary Jackiewicz &lt;cezary.jackiewicz@gmail.com&gt;
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41452
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After r41444 wifi working on WRTnode. Tested.

Signed-off-by: Cezary Jackiewicz &lt;cezary.jackiewicz@gmail.com&gt;
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41452
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add WHR-1166 support</title>
<updated>2014-07-01T10:26:42+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-01T10:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ddc0f9ff33033564b88d39f5e050996de1e782f'/>
<id>4ddc0f9ff33033564b88d39f5e050996de1e782f</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41447
</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: 41447
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add asiarf awapn2403 support</title>
<updated>2014-06-13T09:16:15+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-13T09:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6d213a644d61166c3991fafede3c9e36dffbdf1d'/>
<id>6d213a644d61166c3991fafede3c9e36dffbdf1d</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

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