<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/generic/patches-3.12, 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>kernel: remove 3.12 support since none of the targets is using it</title>
<updated>2014-07-10T22:37:28+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-07-10T22:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2bc22025dd6579f00b470fef61a63d35f182792f'/>
<id>2bc22025dd6579f00b470fef61a63d35f182792f</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41581
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: ledtrig-netdev: use netdev_notifier_info</title>
<updated>2014-07-08T23:27:44+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-07-08T23:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=82abc5c1d9604cec060388a2fe274964eec3a50c'/>
<id>82abc5c1d9604cec060388a2fe274964eec3a50c</id>
<content type='text'>
Since kernel 3.11, the third parameter passed to notifier_call()
is of type struct netdev_notifier_info. This patch fixes an oops
when setting a netdev LED trigger.

Signed-off-by: Claudio Leite &lt;leitec@staticky.com&gt;

SVN-Revision: 41552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since kernel 3.11, the third parameter passed to notifier_call()
is of type struct netdev_notifier_info. This patch fixes an oops
when setting a netdev LED trigger.

Signed-off-by: Claudio Leite &lt;leitec@staticky.com&gt;

SVN-Revision: 41552
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel/3.1{0, 2, 3, 4}: mtd: m25p80: add support for EON EN25QH128</title>
<updated>2014-06-16T18:55:01+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-16T18:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c5461a78d2e49f1324f3f917b3b7cca3894f3a11'/>
<id>c5461a78d2e49f1324f3f917b3b7cca3894f3a11</id>
<content type='text'>
This flash is used in newer Ubnt UniFi AP Pro

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 41219
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This flash is used in newer Ubnt UniFi AP Pro

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 41219
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: fix pkt_type filter mask for packet sockets</title>
<updated>2014-06-13T09:34:03+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-06-13T09:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=841b730f98dcdb7cc2ea5963fb023c7c040348e8'/>
<id>841b730f98dcdb7cc2ea5963fb023c7c040348e8</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41178
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41178
</pre>
</div>
</content>
</entry>
<entry>
<title>ubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbol</title>
<updated>2014-05-27T20:34:03+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-27T20:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2108ca0d9a03d66dd5979fd6a757c1fa23b6ea02'/>
<id>2108ca0d9a03d66dd5979fd6a757c1fa23b6ea02</id>
<content type='text'>
550-ubifs-symlink-xattr-support.patch contains a reference to the
by now obsolete config symbol CONFIG_UBIFS_FS_XATTR which leads to
the functionality originally added by the patch in r30794 being
left-out during compile since commit 1bdcc63112a0
("UBIFS: remove xattr Kconnfig option") in v3.5.
Fix this by removing the #ifdef from all affected kernels as XATTR
support is now always enabled for UBIFS as well.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 40864
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
550-ubifs-symlink-xattr-support.patch contains a reference to the
by now obsolete config symbol CONFIG_UBIFS_FS_XATTR which leads to
the functionality originally added by the patch in r30794 being
left-out during compile since commit 1bdcc63112a0
("UBIFS: remove xattr Kconnfig option") in v3.5.
Fix this by removing the #ifdef from all affected kernels as XATTR
support is now always enabled for UBIFS as well.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 40864
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add a ssb backport required for a new mac80211 update</title>
<updated>2014-05-23T18:48:31+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-23T18:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=32d1e0ed2c3ec748bf7759a31d363e38d15b2424'/>
<id>32d1e0ed2c3ec748bf7759a31d363e38d15b2424</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40833
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing bracket in MAP-E FMR kernel support</title>
<updated>2014-05-23T08:53:38+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-05-23T08:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=874b26933d8193156814bd418be95580f1d2a0fd'/>
<id>874b26933d8193156814bd418be95580f1d2a0fd</id>
<content type='text'>
SVN-Revision: 40830
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 40830
</pre>
</div>
</content>
</entry>
<entry>
<title>Add kernel support for MAP-E FMRs</title>
<updated>2014-05-22T20:04:48+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-05-22T20:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=32246436147f1e022a09a4bcd78778350c099e77'/>
<id>32246436147f1e022a09a4bcd78778350c099e77</id>
<content type='text'>
SVN-Revision: 40822
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 40822
</pre>
</div>
</content>
</entry>
<entry>
<title>generic: remove obsolete symbol export from block2mtd init patch</title>
<updated>2014-04-10T14:43:22+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-04-10T14:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=25a1dcb37b69870dc95501f9c576353bb1365081'/>
<id>25a1dcb37b69870dc95501f9c576353bb1365081</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40445
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40445
</pre>
</div>
</content>
</entry>
<entry>
<title>x86: try harder to attach block2mtd to fix boot issues on devices with longer delays</title>
<updated>2014-04-10T14:43:17+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-04-10T14:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f02e3a2a4a656aa550ad37e3c547a309872a011d'/>
<id>f02e3a2a4a656aa550ad37e3c547a309872a011d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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