<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic-2.6/config-2.6.30, 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>rename target/linux/generic-2.6 to generic</title>
<updated>2010-06-26T20:42:58+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2010-06-26T20:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=da1bb88a2b900f0392b731ec47c5e1bff956fd8f'/>
<id>da1bb88a2b900f0392b731ec47c5e1bff956fd8f</id>
<content type='text'>
SVN-Revision: 21952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21952
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing CONFIG_PCMCIA_XIRCOM spotted by buildbot</title>
<updated>2010-06-24T12:17:46+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2010-06-24T12:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6f4c13a017eba6a710339d232594ea1933417355'/>
<id>6f4c13a017eba6a710339d232594ea1933417355</id>
<content type='text'>
SVN-Revision: 21889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21889
</pre>
</div>
</content>
</entry>
<entry>
<title>package TPROXY target and module infrastructure</title>
<updated>2010-06-22T22:39:22+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-06-22T22:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=91468dcf4ff06a7d691f3dcbc63c152b669ac72b'/>
<id>91468dcf4ff06a7d691f3dcbc63c152b669ac72b</id>
<content type='text'>
SVN-Revision: 21883
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21883
</pre>
</div>
</content>
</entry>
<entry>
<title>ip17xx: Rename the driver to ip17xx.c</title>
<updated>2010-06-08T20:19:05+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2010-06-08T20:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b650fecb7d4714cfadd2845c6c232d89d7bc55bd'/>
<id>b650fecb7d4714cfadd2845c6c232d89d7bc55bd</id>
<content type='text'>
Following the big internal rename, this is the external rename.
Rename the source file to ip17xx.c and adjust Makefile and Kconfig.

Signed-off-by: Martin Mares &lt;mj@ucw.cz&gt;
Signed-off-by: Patrick Horn &lt;patrick.horn@gmail.com&gt;

SVN-Revision: 21724
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following the big internal rename, this is the external rename.
Rename the source file to ip17xx.c and adjust Makefile and Kconfig.

Signed-off-by: Martin Mares &lt;mj@ucw.cz&gt;
Signed-off-by: Patrick Horn &lt;patrick.horn@gmail.com&gt;

SVN-Revision: 21724
</pre>
</div>
</content>
</entry>
<entry>
<title>do not override kmod-usb-storage-extras Kconfig symbols (#7285)</title>
<updated>2010-06-06T19:02:30+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2010-06-06T19:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ac23dcfe11e9109111f3b1a8233dd09f61af3ffe'/>
<id>ac23dcfe11e9109111f3b1a8233dd09f61af3ffe</id>
<content type='text'>
SVN-Revision: 21688
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21688
</pre>
</div>
</content>
</entry>
<entry>
<title>ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.</title>
<updated>2010-05-15T11:04:53+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2010-05-15T11:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cfec944f426b948f8bd5ef81e402c81e29e3eb1c'/>
<id>cfec944f426b948f8bd5ef81e402c81e29e3eb1c</id>
<content type='text'>
Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless
but the in kernel ssb system had it set to n, this causes an invalid pointer.
b43 now needs CONFIG_SSB_BLOCKIO=y

SVN-Revision: 21449
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless
but the in kernel ssb system had it set to n, this causes an invalid pointer.
b43 now needs CONFIG_SSB_BLOCKIO=y

SVN-Revision: 21449
</pre>
</div>
</content>
</entry>
<entry>
<title>update OCF framework to version 20100325</title>
<updated>2010-05-04T20:59:19+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-05-04T20:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=32e7340bf26d1d59aefb14bf1af4c2e3cb9a9642'/>
<id>32e7340bf26d1d59aefb14bf1af4c2e3cb9a9642</id>
<content type='text'>
SVN-Revision: 21356
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21356
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing CONFIG_CB1400_CORE symbol, spotted by buildbot</title>
<updated>2010-03-25T15:27:08+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2010-03-25T15:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8805ead76cf8283dd67af80e638f4873ea9794fd'/>
<id>8805ead76cf8283dd67af80e638f4873ea9794fd</id>
<content type='text'>
SVN-Revision: 20426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20426
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Add some missing config symbols</title>
<updated>2010-03-21T13:57:07+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2010-03-21T13:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c1f9037135732a27ed9618925a8cfc714abc6a49'/>
<id>c1f9037135732a27ed9618925a8cfc714abc6a49</id>
<content type='text'>
This adds some missing config symbols and opens the menu
behind CONFIG_SND_PCI and CONFIG_ISDN.

SVN-Revision: 20339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds some missing config symbols and opens the menu
behind CONFIG_SND_PCI and CONFIG_ISDN.

SVN-Revision: 20339
</pre>
</div>
</content>
</entry>
<entry>
<title>remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config</title>
<updated>2010-03-12T11:50:45+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2010-03-12T11:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0c13287c9d5477a9f77786752c7e1198daa815e5'/>
<id>0c13287c9d5477a9f77786752c7e1198daa815e5</id>
<content type='text'>
SVN-Revision: 20156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20156
</pre>
</div>
</content>
</entry>
</feed>
