<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/ramips/base-files/lib/preinit, 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: mt7620: fix failsafe switch config</title>
<updated>2016-02-25T10:14:22+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-02-25T10:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=074cc7ac38e66deb4b44189607ba84035196b371'/>
<id>074cc7ac38e66deb4b44189607ba84035196b371</id>
<content type='text'>
As indicated in the bug tracker[1], failsafe mode is broken on at least some
devices using the mt7620 switch (and possibly mt7621). The thread explicitly
mentions the Xiaomi MiWifi, and the Nexx WT3020, and an unspecified device
using the mt7621 switch; the issue also applies to the Netgear EX2700.

The problem is that failsafe mode uses eth0, but enable_vlan is always set to 1
by the switch driver. Connecting to and/or pinging the device fails. This patch
fixes the failsafe preinit config, by making sure that vlan support is disabled.
It currently only fixes the switch config on mt7620, but might apply to the
mt7621 as well, so the patch has been designed with this in mind.

A similar (line wrapped) patch was submitted in December by Simon Peter, but never
accepted and/or discussed.

This patch applies to both Chaos Calmer and trunk.

[1] https://dev.openwrt.org/ticket/18768

Signed-off-by: Joseph C. Lehner &lt;joseph.c.lehner@gmail.com&gt;

SVN-Revision: 48772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As indicated in the bug tracker[1], failsafe mode is broken on at least some
devices using the mt7620 switch (and possibly mt7621). The thread explicitly
mentions the Xiaomi MiWifi, and the Nexx WT3020, and an unspecified device
using the mt7621 switch; the issue also applies to the Netgear EX2700.

The problem is that failsafe mode uses eth0, but enable_vlan is always set to 1
by the switch driver. Connecting to and/or pinging the device fails. This patch
fixes the failsafe preinit config, by making sure that vlan support is disabled.
It currently only fixes the switch config on mt7620, but might apply to the
mt7621 as well, so the patch has been designed with this in mind.

A similar (line wrapped) patch was submitted in December by Simon Peter, but never
accepted and/or discussed.

This patch applies to both Chaos Calmer and trunk.

[1] https://dev.openwrt.org/ticket/18768

Signed-off-by: Joseph C. Lehner &lt;joseph.c.lehner@gmail.com&gt;

SVN-Revision: 48772
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: preinit: use iproute2 instead of vconfig</title>
<updated>2015-11-02T10:18:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-11-02T10:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=907c67fa87143dacd91cc4370f6b85a8fb3d0d12'/>
<id>907c67fa87143dacd91cc4370f6b85a8fb3d0d12</id>
<content type='text'>
Replace use of vconfig with the corresponding iproute2 syntax in
/lib/preinit/07_set_preinit_iface_ramips

The switch reset work-around needed on some ramips targets used the
deprecated vconfig tool to bring up the pre-init/failsafe interface.
This doesn't work on recent builds where vconfig is no longer being
deployed, resulting in the device being unreachable when triggered
into failsafe mode.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 47349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace use of vconfig with the corresponding iproute2 syntax in
/lib/preinit/07_set_preinit_iface_ramips

The switch reset work-around needed on some ramips targets used the
deprecated vconfig tool to bring up the pre-init/failsafe interface.
This doesn't work on recent builds where vconfig is no longer being
deployed, resulting in the device being unreachable when triggered
into failsafe mode.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 47349
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add proper mt7688 detection</title>
<updated>2015-09-16T08:31:00+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-09-16T08:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=86a1e46b6359d1b187cfd912295f544145ab6a88'/>
<id>86a1e46b6359d1b187cfd912295f544145ab6a88</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 46957
</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: 46957
</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>
<entry>
<title>scripts: fix wrong usage of '==' operator</title>
<updated>2014-10-14T12:21:11+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-10-14T12:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=20940138ac41e3eca54afefc34f65e40834be3ea'/>
<id>20940138ac41e3eca54afefc34f65e40834be3ea</id>
<content type='text'>
[base-files] shell-scripting: fix wrong usage of '==' operator

normally the '==' is used for invoking a regex parser and is a bashism.
all of the fixes just want to compare a string. the used busybox-ash
will silently "ignore" this mistake, but make it portable/clean at least.

this patch does not change the behavior/logic of the scripts.

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 42911
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[base-files] shell-scripting: fix wrong usage of '==' operator

normally the '==' is used for invoking a regex parser and is a bashism.
all of the fixes just want to compare a string. the used busybox-ash
will silently "ignore" this mistake, but make it portable/clean at least.

this patch does not change the behavior/logic of the scripts.

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 42911
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: add a workaround to fix failsafe on RT5350</title>
<updated>2014-08-18T13:08:52+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-08-18T13:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3a9752bbd2bc00e407b5dcad21789720f40abf0e'/>
<id>3a9752bbd2bc00e407b5dcad21789720f40abf0e</id>
<content type='text'>
Due to TCP connections not working when VLAN is disabled, this is
needed to get failsafe functional.

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;

SVN-Revision: 42179
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to TCP connections not working when VLAN is disabled, this is
needed to get failsafe functional.

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;

SVN-Revision: 42179
</pre>
</div>
</content>
</entry>
<entry>
<title>ramips: ethernet mac cleanup</title>
<updated>2014-07-26T20:36:09+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-26T20:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b77e92e020c17b5530ec5c1b37cf66ae0cf717e6'/>
<id>b77e92e020c17b5530ec5c1b37cf66ae0cf717e6</id>
<content type='text'>
Compile tested all subtargets and profiles.
Unfortunately I don't own any board affected by these changes, so no run tests.

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

SVN-Revision: 41839
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compile tested all subtargets and profiles.
Unfortunately I don't own any board affected by these changes, so no run tests.

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

SVN-Revision: 41839
</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>ramips: RT-N56U support fixes and factory image creation</title>
<updated>2014-06-16T18:57:20+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-16T18:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dc5fe5f73f7cef3282fb6f529f4d91b8cf764706'/>
<id>dc5fe5f73f7cef3282fb6f529f4d91b8cf764706</id>
<content type='text'>
Signed-off-by: Mikko Hissa &lt;mikko.hissa@werzek.com&gt;

SVN-Revision: 41224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mikko Hissa &lt;mikko.hissa@werzek.com&gt;

SVN-Revision: 41224
</pre>
</div>
</content>
</entry>
<entry>
<title>ralink: Add support for samsung cy-swr1100 wireless router</title>
<updated>2014-06-02T12:42:52+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-02T12:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=813a7c3827afe71f49f2985c607585900a7db4fb'/>
<id>813a7c3827afe71f49f2985c607585900a7db4fb</id>
<content type='text'>
It is base on rt3662 soc with dual band 802.11n
wireless router. Use rtl8367R switch chip.
This patch adds a profile for this board.
It use seama image header. so i also enable it
on kernel config.

Signed-off-by: michael lee &lt;igvtee@gmail.com&gt;

SVN-Revision: 40908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is base on rt3662 soc with dual band 802.11n
wireless router. Use rtl8367R switch chip.
This patch adds a profile for this board.
It use seama image header. so i also enable it
on kernel config.

Signed-off-by: michael lee &lt;igvtee@gmail.com&gt;

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