<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/switch/Makefile, 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>packages: clean up the package folder</title>
<updated>2013-06-21T16:54:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ebf19b48fafc8d94e14e4ba779969613b241a6a'/>
<id>4ebf19b48fafc8d94e14e4ba779969613b241a6a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</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: 37007
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: dont manually insmod switch drivers</title>
<updated>2013-06-21T16:53:15+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=39df8d1a4573e15bd3bd46fed48fa0d0769a2bdc'/>
<id>39df8d1a4573e15bd3bd46fed48fa0d0769a2bdc</id>
<content type='text'>
Signed-off-by: John Crispin &lt;bloic@openwrt.org&gt;

SVN-Revision: 36993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;bloic@openwrt.org&gt;

SVN-Revision: 36993
</pre>
</div>
</content>
</entry>
<entry>
<title>bcm63xx: switch to b53 and swconfig</title>
<updated>2013-01-23T10:12:40+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2013-01-23T10:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8411e5c06e9db553d4976744751bd15cb0817b30'/>
<id>8411e5c06e9db553d4976744751bd15cb0817b30</id>
<content type='text'>
Switch to using the B53 switch driver where appropriate.

Use a non-tagged default config where it isn't confirmed to be
working.

Remove the switch configuration in preinit as the switch will now
be configured by the driver  to use port isolation to prevent leakage
between lan and wan.

While at it, also provide a switch config for Neufbox 6.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 35307
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to using the B53 switch driver where appropriate.

Use a non-tagged default config where it isn't confirmed to be
working.

Remove the switch configuration in preinit as the switch will now
be configured by the driver  to use port isolation to prevent leakage
between lan and wan.

While at it, also provide a switch config for Neufbox 6.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 35307
</pre>
</div>
</content>
</entry>
<entry>
<title>switch: ROBO Switch Gigabit MII Support</title>
<updated>2013-01-03T01:58:01+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2013-01-03T01:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d8f1fa1e382050139006e0f03000275e639d09fe'/>
<id>d8f1fa1e382050139006e0f03000275e639d09fe</id>
<content type='text'>
I wrote this patch some time ago because I had a need for one of the
Gigabit ports (Linksys E3000) to be forced to 100FD.  This is based
on the robocfg sources included w/ the RT-N16 sources from ASUS.
Since work is progressing on a BGMAC driver that could be included in
OpenWRT, this may be useful to someone else.

In testing, forcing the speed to 10/100 or 1000 worked fine; however,
when trying to force full-duplex mode, the result was always
half-duplex.  I was not able to isolate the source of the problem
(this patch, driver or H/W limitation).  The only way I could get it
to work was to set the port to Auto, but then only advertise 100FD
(not included in this patch).

I have a modified version of the robocfg package as well, I'd have to
clean it up a little first (remove the full-duplex hack) before
submitting it if there is interest.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 34992
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wrote this patch some time ago because I had a need for one of the
Gigabit ports (Linksys E3000) to be forced to 100FD.  This is based
on the robocfg sources included w/ the RT-N16 sources from ASUS.
Since work is progressing on a BGMAC driver that could be included in
OpenWRT, this may be useful to someone else.

In testing, forcing the speed to 10/100 or 1000 worked fine; however,
when trying to force full-duplex mode, the result was always
half-duplex.  I was not able to isolate the source of the problem
(this patch, driver or H/W limitation).  The only way I could get it
to work was to set the port to Auto, but then only advertise 100FD
(not included in this patch).

I have a modified version of the robocfg package as well, I'd have to
clean it up a little first (remove the full-duplex hack) before
submitting it if there is interest.

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;

SVN-Revision: 34992
</pre>
</div>
</content>
</entry>
<entry>
<title>switch: the hardware must be up while configuring Since the removal of the interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup, leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem.</title>
<updated>2012-03-13T21:15:41+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-03-13T21:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=654f9c879fad01d34f7d2e14a6d12e9f1f741085'/>
<id>654f9c879fad01d34f7d2e14a6d12e9f1f741085</id>
<content type='text'>
SVN-Revision: 30937
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 30937
</pre>
</div>
</content>
</entry>
<entry>
<title>switch: update for brcm47xx target</title>
<updated>2011-08-04T20:07:58+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2011-08-04T20:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b220442c75934dbd2143ea9869dc39e913e1a57f'/>
<id>b220442c75934dbd2143ea9869dc39e913e1a57f</id>
<content type='text'>
* remove suport for 2.4 kernel
* add support for bcma bus

SVN-Revision: 27904
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove suport for 2.4 kernel
* add support for bcma bus

SVN-Revision: 27904
</pre>
</div>
</content>
</entry>
<entry>
<title>switch: fix switch-robo device reference counting</title>
<updated>2011-02-20T17:24:15+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2011-02-20T17:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=640927dde360260688f30083433b0d88a151dbed'/>
<id>640927dde360260688f30083433b0d88a151dbed</id>
<content type='text'>
Fix incorrect device reference counting by switch-robo.

Signed-off-by: George Kashperko &lt;george@znau.edu.ua&gt;

SVN-Revision: 25619
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrect device reference counting by switch-robo.

Signed-off-by: George Kashperko &lt;george@znau.edu.ua&gt;

SVN-Revision: 25619
</pre>
</div>
</content>
</entry>
<entry>
<title>massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950</title>
<updated>2010-07-12T14:06:13+00:00</updated>
<author>
<name>Claudio Mignanti</name>
<email>c.mignanti@gmail.com</email>
</author>
<published>2010-07-12T14:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2d86ea7bf3f47d45d196e0148a091004ded321bf'/>
<id>2d86ea7bf3f47d45d196e0148a091004ded321bf</id>
<content type='text'>
SVN-Revision: 22145
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22145
</pre>
</div>
</content>
</entry>
<entry>
<title>remove linux 2.4 support from several packages</title>
<updated>2010-06-26T20:43:41+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2010-06-26T20:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=543d870e824730d0a85e4c999d9c21f58f0737b1'/>
<id>543d870e824730d0a85e4c999d9c21f58f0737b1</id>
<content type='text'>
SVN-Revision: 21954
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21954
</pre>
</div>
</content>
</entry>
<entry>
<title>switch: explicitely clear port mappings in unsused vlans (#7082)</title>
<updated>2010-04-05T13:51:26+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-04-05T13:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=501e154d03db5c52b0fc5b655651f81e74c7c0ff'/>
<id>501e154d03db5c52b0fc5b655651f81e74c7c0ff</id>
<content type='text'>
SVN-Revision: 20717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20717
</pre>
</div>
</content>
</entry>
</feed>
