<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/linux-atm/files, 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>linux-atm: fix offline postinstall for br2684ctl</title>
<updated>2012-10-23T19:53:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-10-23T19:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5fa23c07457115fbbb7f06f25aea19b063a06bbb'/>
<id>5fa23c07457115fbbb7f06f25aea19b063a06bbb</id>
<content type='text'>
SVN-Revision: 33900
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33900
</pre>
</div>
</content>
</entry>
<entry>
<title>package: linux-atm: br2684ct: fix nas interface bringup on boot</title>
<updated>2012-08-09T13:13:26+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2012-08-09T13:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c9d7a96ac819cb81b20b668ae90d8835ba6ec3f1'/>
<id>c9d7a96ac819cb81b20b668ae90d8835ba6ec3f1</id>
<content type='text'>
Give nas interface time to setup them selves before configuring them.
Should fix #11826.

Contributed by T-Labs, Deutsche Telekom Innovation Laboratories

Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;

SVN-Revision: 33074
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Give nas interface time to setup them selves before configuring them.
Should fix #11826.

Contributed by T-Labs, Deutsche Telekom Innovation Laboratories

Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;

SVN-Revision: 33074
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-atm: remove defunct ipoa protocol support</title>
<updated>2012-06-26T15:40:03+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-06-26T15:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=089a80ae5549a4e2cdc9a09d1da3f6ad507521d8'/>
<id>089a80ae5549a4e2cdc9a09d1da3f6ad507521d8</id>
<content type='text'>
SVN-Revision: 32504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32504
</pre>
</div>
</content>
</entry>
<entry>
<title>package/linux-atm: use new service wrappers</title>
<updated>2011-11-08T22:48:00+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2011-11-08T22:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ec11af20f6bfeee7f9deeb7225c47a5027b919c3'/>
<id>ec11af20f6bfeee7f9deeb7225c47a5027b919c3</id>
<content type='text'>
SVN-Revision: 28867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28867
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-atm: Solos card requires explicit buffer size to br2684ctl</title>
<updated>2011-03-20T01:21:49+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-03-20T01:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7b7242564ad77f6ad1fe00e61a2a6929e3334c23'/>
<id>7b7242564ad77f6ad1fe00e61a2a6929e3334c23</id>
<content type='text'>
The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory.
Explicitly setting a limit is required.

(Patch by Philip Prindeville)

SVN-Revision: 26242
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default send buffer size of 8192 potentially can run past the end of the buffer (skb) and trash memory.
Explicitly setting a limit is required.

(Patch by Philip Prindeville)

SVN-Revision: 26242
</pre>
</div>
</content>
</entry>
<entry>
<title>br2684ctl from linux-atm</title>
<updated>2011-01-29T02:14:22+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2011-01-29T02:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3810bdf32067ab871de85895caa89d8545d52fd7'/>
<id>3810bdf32067ab871de85895caa89d8545d52fd7</id>
<content type='text'>
Signed-off-by: Philip Prindeville &lt;philipp_subx@redfish-solutions.com&gt;

SVN-Revision: 25225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Philip Prindeville &lt;philipp_subx@redfish-solutions.com&gt;

SVN-Revision: 25225
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for IP over ATM</title>
<updated>2007-09-15T21:01:43+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2007-09-15T21:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ea48798b9fab8cf30f83eb3d397f6be5c3ba187a'/>
<id>ea48798b9fab8cf30f83eb3d397f6be5c3ba187a</id>
<content type='text'>
SVN-Revision: 8782
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 8782
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade to new version of br2684ctl</title>
<updated>2007-04-20T15:11:18+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2007-04-20T15:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ae925a8f7244bfc78c9f3a17c027a4f273a44032'/>
<id>ae925a8f7244bfc78c9f3a17c027a4f273a44032</id>
<content type='text'>
SVN-Revision: 7011
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 7011
</pre>
</div>
</content>
</entry>
<entry>
<title>finally move buildroot-ng to trunk</title>
<updated>2016-03-20T16:29:15+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2006-10-13T20:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=60c1f0f64d23003a19a07d6b9638542130f6641d'/>
<id>60c1f0f64d23003a19a07d6b9638542130f6641d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
