<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/include, branch v17.01.5</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>LEDE v17.01.5: adjust config defaults</title>
<updated>2018-07-15T19:25:16+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2018-07-15T19:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=248b35890339d70d7b43e3b40fba0281f854ed9a'/>
<id>248b35890339d70d7b43e3b40fba0281f854ed9a</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to version 4.4.140</title>
<updated>2018-07-13T19:25:14+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2018-07-13T18:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=38e704be71e5676a8b0bed5bbf74a2784acdaa01'/>
<id>38e704be71e5676a8b0bed5bbf74a2784acdaa01</id>
<content type='text'>
These two patches:
        target/linux/ar71xx/patches-4.4/403-mtd_fix_cfi_cmdset_0002_status_check.patch
        target/linux/ramips/patches-4.4/0036-mtd-fix-cfi-cmdset-0002-erase-status-check.patch
are replaced by upstream commit 242dbd2b3df ("mtd: cfi_cmdset_0002:
Change erase functions to check chip good only")

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These two patches:
        target/linux/ar71xx/patches-4.4/403-mtd_fix_cfi_cmdset_0002_status_check.patch
        target/linux/ramips/patches-4.4/0036-mtd-fix-cfi-cmdset-0002-erase-status-check.patch
are replaced by upstream commit 242dbd2b3df ("mtd: cfi_cmdset_0002:
Change erase functions to check chip good only")

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to version 4.4.139</title>
<updated>2018-07-03T17:38:47+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2018-07-03T17:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=aaecfecdcde549e9e1aa09d1d5e5d0d43d5c9b49'/>
<id>aaecfecdcde549e9e1aa09d1d5e5d0d43d5c9b49</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to version 4.4.138</title>
<updated>2018-06-16T19:26:43+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2018-06-16T19:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5c6a8a9cdb6a0c961fbd78f2b98045eaa7386a74'/>
<id>5c6a8a9cdb6a0c961fbd78f2b98045eaa7386a74</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to version 4.4.137</title>
<updated>2018-06-15T17:20:56+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2018-06-09T13:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b03826d8aaa659e2581dcff3f96280a8b4683422'/>
<id>b03826d8aaa659e2581dcff3f96280a8b4683422</id>
<content type='text'>
The new option CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE was added, in this
commit:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.4.y&amp;id=ffe4bf3eb3cfa10f9ef295c08c21f4fe3bb07e21
Handle it by setting it to the opposite value
CONFIG_CC_OPTIMIZE_FOR_SIZE is set to.

Tested on lantiq

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new option CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE was added, in this
commit:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.4.y&amp;id=ffe4bf3eb3cfa10f9ef295c08c21f4fe3bb07e21
Handle it by setting it to the opposite value
CONFIG_CC_OPTIMIZE_FOR_SIZE is set to.

Tested on lantiq

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to 4.4.135 for 17.01</title>
<updated>2018-06-02T13:13:12+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2018-05-30T19:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2328977fed81cf2fc367d8eea2f9bf04e51a761f'/>
<id>2328977fed81cf2fc367d8eea2f9bf04e51a761f</id>
<content type='text'>
* Refreshed patches

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refreshed patches

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to 4.4.132 for 17.01</title>
<updated>2018-05-22T04:56:44+00:00</updated>
<author>
<name>Etienne Haarsma</name>
<email>bladeoner112@gmail.com</email>
</author>
<published>2018-05-21T08:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=161d95f4c5a7aa5c22ad9fa81378686cfaf8bdc2'/>
<id>161d95f4c5a7aa5c22ad9fa81378686cfaf8bdc2</id>
<content type='text'>
* Refreshed patches

Compile-tested: ar71xx
Run-tested: ar71xx

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refreshed patches

Compile-tested: ar71xx
Run-tested: ar71xx

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to 4.4.131 for 17.01</title>
<updated>2018-05-07T05:58:33+00:00</updated>
<author>
<name>Etienne Haarsma</name>
<email>bladeoner112@gmail.com</email>
</author>
<published>2018-05-05T16:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e8b1af45f8b2883e76f5d491c2fda2fca20c5634'/>
<id>e8b1af45f8b2883e76f5d491c2fda2fca20c5634</id>
<content type='text'>
* Refreshed patches

Compile-tested: ar71xx
Run-tested: ar71xx

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refreshed patches

Compile-tested: ar71xx
Run-tested: ar71xx

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to 4.4.129 for 17.01</title>
<updated>2018-04-30T06:00:27+00:00</updated>
<author>
<name>Etienne Haarsma</name>
<email>bladeoner112@gmail.com</email>
</author>
<published>2018-04-28T19:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=81573ea259247f1c6c1a7a490de174d0a6c48a64'/>
<id>81573ea259247f1c6c1a7a490de174d0a6c48a64</id>
<content type='text'>
* Refreshed patches

Compile-tested: ar71xx
Run-tested: ar71xx

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refreshed patches

Compile-tested: ar71xx
Run-tested: ar71xx

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: bump kernel 4.4 to 4.4.126 for 17.01</title>
<updated>2018-04-14T12:52:49+00:00</updated>
<author>
<name>Stijn Segers</name>
<email>foss@volatilesystems.org</email>
</author>
<published>2018-04-03T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a9b6077402730537ef19dd95b3583d6aeb3e3fbd'/>
<id>a9b6077402730537ef19dd95b3583d6aeb3e3fbd</id>
<content type='text'>
* Refreshed patches

Compile-tested: ar71xx, ramips/mt7621, x86/64
Run-tested: ar71xx

Signed-off-by: Stijn Segers &lt;foss@volatilesystems.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refreshed patches

Compile-tested: ar71xx, ramips/mt7621, x86/64
Run-tested: ar71xx

Signed-off-by: Stijn Segers &lt;foss@volatilesystems.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
