<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/broadcom-57xx/src, branch v17.01.4</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>remove broadcom-57xx (only used on linux 2.4)</title>
<updated>2010-06-26T20:43:32+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2010-06-26T20:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=08e4d51c29ea57920f6e5f7906b19b19e1c71a50'/>
<id>08e4d51c29ea57920f6e5f7906b19b19e1c71a50</id>
<content type='text'>
SVN-Revision: 21953
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21953
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for identifying the BCM53115 switch found in WRT610N.</title>
<updated>2009-08-28T14:20:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-08-28T14:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=453c3b8fc0118325ebff58bcbae5180a7bf68314'/>
<id>453c3b8fc0118325ebff58bcbae5180a7bf68314</id>
<content type='text'>
Signed-off-by: Tomas Kopal &lt;Tomas.Kopal@altap.cz&gt;

SVN-Revision: 17433
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tomas Kopal &lt;Tomas.Kopal@altap.cz&gt;

SVN-Revision: 17433
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm-2.4: nvram_set has been removed, remove some remaining calls to it</title>
<updated>2009-05-16T20:02:17+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-05-16T20:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8567c34340b45d48d905a75084598a0995d5d502'/>
<id>8567c34340b45d48d905a75084598a0995d5d502</id>
<content type='text'>
SVN-Revision: 15878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 15878
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of $Id$ - it has never helped us and it has broken too many patches ;)</title>
<updated>2009-04-17T14:09:46+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-04-17T14:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=34939cad39f516fceca45a9da7771901a1c9342b'/>
<id>34939cad39f516fceca45a9da7771901a1c9342b</id>
<content type='text'>
SVN-Revision: 15242
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 15242
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some unused crap</title>
<updated>2008-06-15T11:15:35+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2008-06-15T11:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f2e997ac3836cfcbb68b708adf3db90524425f87'/>
<id>f2e997ac3836cfcbb68b708adf3db90524425f87</id>
<content type='text'>
SVN-Revision: 11472
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 11472
</pre>
</div>
</content>
</entry>
<entry>
<title>(6/6) bcm57xx: package</title>
<updated>2008-06-15T11:11:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2008-06-15T11:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ddd809f9e56e3a30d459d6189a1582808d204821'/>
<id>ddd809f9e56e3a30d459d6189a1582808d204821</id>
<content type='text'>
This is the bcm57xx package.  I have tested default vlan functions,
but I dont have the equipment to test more advanced setups.  The default
vlan setup seems to be working fine.  I also added the activate_gpio
parameter which will make the driver activate the switch via gpio before
probing for it.

I'm not sure which method is best for autoload.  For the wrt350n, I
need the activate_gpio parameter.  But its probably not a good idea
to add that to the autoload file.  On a system without a bcm57xx switch,
isn't it a bad idea to mess with the gpios looking for the switch? Ideally,
wouldn't it be best to load the bcm57xx module from broadcom-diag, after
it has determined which router its on?  I tried using 'request_module' from
there, but had no success.  For now, I am relying on preinit to load
the bcm57xx module with activate_gpio param, after it has failed to load
switch_robo and switch_adm.

Signed-off-by: Ben Pfountz &lt;netprince (at) vt (dot) edu&gt;

SVN-Revision: 11471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the bcm57xx package.  I have tested default vlan functions,
but I dont have the equipment to test more advanced setups.  The default
vlan setup seems to be working fine.  I also added the activate_gpio
parameter which will make the driver activate the switch via gpio before
probing for it.

I'm not sure which method is best for autoload.  For the wrt350n, I
need the activate_gpio parameter.  But its probably not a good idea
to add that to the autoload file.  On a system without a bcm57xx switch,
isn't it a bad idea to mess with the gpios looking for the switch? Ideally,
wouldn't it be best to load the bcm57xx module from broadcom-diag, after
it has determined which router its on?  I tried using 'request_module' from
there, but had no success.  For now, I am relying on preinit to load
the bcm57xx module with activate_gpio param, after it has failed to load
switch_robo and switch_adm.

Signed-off-by: Ben Pfountz &lt;netprince (at) vt (dot) edu&gt;

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