<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/linux, branch nearest-from-mtk-20170518</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>imx6: kernel: add GW16083 Ethernet Expansion Mezzanine support</title>
<updated>2014-08-11T20:35:10+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-08-11T20:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dcacd65281c7c11b82aa095395033a290e89d25e'/>
<id>dcacd65281c7c11b82aa095395033a290e89d25e</id>
<content type='text'>
The GW16083 Ethernet Expansion Mezzanine adds the following to supported
Gateworks baseboards:
 * 7-port Ethernet Switch
  * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module)
  * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected)

This series adds support for a phy driver that adds support for ENET5/ENET6
PHY adding initialization for those PHY's and a polling mechanism that detects
SFP insertion and configuration.

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;

SVN-Revision: 42147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GW16083 Ethernet Expansion Mezzanine adds the following to supported
Gateworks baseboards:
 * 7-port Ethernet Switch
  * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module)
  * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected)

This series adds support for a phy driver that adds support for ENET5/ENET6
PHY adding initialization for those PHY's and a polling mechanism that detects
SFP insertion and configuration.

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;

SVN-Revision: 42147
</pre>
</div>
</content>
</entry>
<entry>
<title>iptables: NFLOG and NFQUEUE targets' full support</title>
<updated>2014-08-07T04:42:22+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-08-07T04:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9f2a17103fc93ccc6d205ef824f5067f494a41b3'/>
<id>9f2a17103fc93ccc6d205ef824f5067f494a41b3</id>
<content type='text'>
NFLOG and NFQUEUE targets' full support for iptables.

Includes all needed kernel modules (Xtables's and Netlink's)
 and userspace libraries.
All added kernel modules can be individually disabled,
 all other new libraries get their own individual packages.

Reported-by: Fabian Hugelshofer &lt;hugelshofer2006@gmx.ch&gt;
Reported-by: Rainer Poisel &lt;rainer.poisel@fhstp.ac.at&gt;
Reported-by: Derek LaHousse &lt;dlahouss@mtu.edu&gt;
Signed-off-by: Guillaume Déflache &lt;guillaume.deflache@ibwag.com&gt;

SVN-Revision: 42022
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NFLOG and NFQUEUE targets' full support for iptables.

Includes all needed kernel modules (Xtables's and Netlink's)
 and userspace libraries.
All added kernel modules can be individually disabled,
 all other new libraries get their own individual packages.

Reported-by: Fabian Hugelshofer &lt;hugelshofer2006@gmx.ch&gt;
Reported-by: Rainer Poisel &lt;rainer.poisel@fhstp.ac.at&gt;
Reported-by: Derek LaHousse &lt;dlahouss@mtu.edu&gt;
Signed-off-by: Guillaume Déflache &lt;guillaume.deflache@ibwag.com&gt;

SVN-Revision: 42022
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: fix kmod-igb dependencies</title>
<updated>2014-07-14T18:43:12+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-14T18:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=81eeec8785e73ee83b03472eaa36ce285b61080f'/>
<id>81eeec8785e73ee83b03472eaa36ce285b61080f</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41656
</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: 41656
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: remove stray " from igp module title</title>
<updated>2014-07-14T14:39:00+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2014-07-14T14:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=26a4bdc5cf82796ab59c5a2719e1fbc248daa443'/>
<id>26a4bdc5cf82796ab59c5a2719e1fbc248daa443</id>
<content type='text'>
Fixes #17108.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 41645
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #17108.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 41645
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add igb kernel module</title>
<updated>2014-07-14T07:38:48+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-14T07:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7e0e5110bc90a8d6e709b9a070eb2aa82d46f15d'/>
<id>7e0e5110bc90a8d6e709b9a070eb2aa82d46f15d</id>
<content type='text'>
Added igb kernel module which supports a variety of Intel GigE PCIe devices

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;

SVN-Revision: 41637
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added igb kernel module which supports a variety of Intel GigE PCIe devices

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;

SVN-Revision: 41637
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: deactivate ssb and old phy code for new devices</title>
<updated>2014-07-12T15:39:31+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2014-07-12T15:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ba54356d49e483d353296c4d1343a6a61d6977f8'/>
<id>ba54356d49e483d353296c4d1343a6a61d6977f8</id>
<content type='text'>
This deactivates ssb and G-PHY code in b43 for the mips74k profile in
brcm47xx.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 41594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This deactivates ssb and G-PHY code in b43 for the mips74k profile in
brcm47xx.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 41594
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add japanese codepages</title>
<updated>2014-07-01T10:26:03+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-01T10:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6240cc9e1733aa9ba9873c13bd8b107c574e52f3'/>
<id>6240cc9e1733aa9ba9873c13bd8b107c574e52f3</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41437
</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: 41437
</pre>
</div>
</content>
</entry>
<entry>
<title>try to load the orion glue automatically</title>
<updated>2014-07-01T09:36:38+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2014-07-01T09:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=fe1df543e1d97beab6e273ae28589f0c1dc0292b'/>
<id>fe1df543e1d97beab6e273ae28589f0c1dc0292b</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 41434
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 41434
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: xen-kbdfront.ko is at a different path Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;</title>
<updated>2014-06-29T09:48:41+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-29T09:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=97382f76e850100f32749ab5bf7d8383348eaff7'/>
<id>97382f76e850100f32749ab5bf7d8383348eaff7</id>
<content type='text'>
SVN-Revision: 41371
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 41371
</pre>
</div>
</content>
</entry>
<entry>
<title>make thermal framework registered sensors also register as hwmons</title>
<updated>2014-06-20T20:44:18+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2014-06-20T20:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=eb394977f4b80571ffc0852a78f7adff3644f5f7'/>
<id>eb394977f4b80571ffc0852a78f7adff3644f5f7</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 41290
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

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