<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518, 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>base-files: fix links in banner.failsafe</title>
<updated>2018-06-24T20:35:35+00:00</updated>
<author>
<name>Sven Roederer</name>
<email>freifunk@it-solutions.geroedel.de</email>
</author>
<published>2018-06-12T20:48:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b08003223abbd201be5cb0217a72ac67f75e07bb'/>
<id>b08003223abbd201be5cb0217a72ac67f75e07bb</id>
<content type='text'>
Update the link to the current section in the documentaion wiki.
This fixes https://github.com/openwrt/packages/issues/6282

Signed-off-by: Sven Roederer &lt;freifunk@it-solutions.geroedel.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the link to the current section in the documentaion wiki.
This fixes https://github.com/openwrt/packages/issues/6282

Signed-off-by: Sven Roederer &lt;freifunk@it-solutions.geroedel.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ar71xx: fix 5 GHz Wi-Fi on NBG6716</title>
<updated>2018-06-22T20:15:52+00:00</updated>
<author>
<name>Matti Laakso</name>
<email>matti.laakso@outlook.com</email>
</author>
<published>2018-01-14T15:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=71019a7605d5156fc1ade1265cae859241caccbe'/>
<id>71019a7605d5156fc1ade1265cae859241caccbe</id>
<content type='text'>
Some NBG6716 do not have ath10k calibration data in flash, only in chip
OTP. To determine if flash has a valid calibration data, the first two
bytes telling the length of the calibration data are checked against the
requested length. If the lengths match, calibration data is valid and
read from flash.

Signed-off-by: Matti Laakso &lt;matti.laakso@outlook.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some NBG6716 do not have ath10k calibration data in flash, only in chip
OTP. To determine if flash has a valid calibration data, the first two
bytes telling the length of the calibration data are checked against the
requested length. If the lengths match, calibration data is valid and
read from flash.

Signed-off-by: Matti Laakso &lt;matti.laakso@outlook.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "base-files: fix UCI config parsing and callback handling"</title>
<updated>2018-06-21T19:32:47+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2018-06-21T19:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ba5c0a1dea0cbbde277f189dcfd520a9062bfaac'/>
<id>ba5c0a1dea0cbbde277f189dcfd520a9062bfaac</id>
<content type='text'>
This reverts commit b6a1f43075f96b0028e33ed1af1fe31068791d24 as users
report Qos scripts are broken (FS1602)

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b6a1f43075f96b0028e33ed1af1fe31068791d24 as users
report Qos scripts are broken (FS1602)

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&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>uci: add missing 'option' support to uci_rename()</title>
<updated>2018-06-16T07:13:18+00:00</updated>
<author>
<name>Tony Ambardar</name>
<email>itugrok@yahoo.com</email>
</author>
<published>2017-04-25T09:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cf4a37a581b278d336036b186359c3cbe2c0824c'/>
<id>cf4a37a581b278d336036b186359c3cbe2c0824c</id>
<content type='text'>
When using the uci.sh wrapper, allow parameters to match those supported
by the uci binary i.e. "uci rename &lt;config&gt;.&lt;section&gt;[.&lt;option&gt;]=&lt;name&gt;".

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using the uci.sh wrapper, allow parameters to match those supported
by the uci binary i.e. "uci rename &lt;config&gt;.&lt;section&gt;[.&lt;option&gt;]=&lt;name&gt;".

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mac80211: rt2x00: no longer use TXOP_BACKOFF for probe frames</title>
<updated>2018-06-15T18:37:17+00:00</updated>
<author>
<name>Daniel Golle</name>
<email>daniel@makrotopia.org</email>
</author>
<published>2018-05-28T13:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7fc94b2a25bb92c886b5de0433284b28c6a1df9a'/>
<id>7fc94b2a25bb92c886b5de0433284b28c6a1df9a</id>
<content type='text'>
Import a revert-commit from Stanislaw Gruszka which significantly
improves WiFi performance on rt2x00 based hardware.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
(cherry-picked from commit f4a639a3d7d40b4f63c431c2d554c479fbcc6b74)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import a revert-commit from Stanislaw Gruszka which significantly
improves WiFi performance on rt2x00 based hardware.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
(cherry-picked from commit f4a639a3d7d40b4f63c431c2d554c479fbcc6b74)
</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>
</feed>
