<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/modules/i2c.mk, branch v17.01.3</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>packages: clean up the package folder</title>
<updated>2013-06-21T16:54:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ebf19b48fafc8d94e14e4ba779969613b241a6a'/>
<id>4ebf19b48fafc8d94e14e4ba779969613b241a6a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</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: 37007
</pre>
</div>
</content>
</entry>
<entry>
<title>package/kernel: only include i2c-of if CONFIG_OF enabled</title>
<updated>2013-04-06T16:55:25+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-04-06T16:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=38b4865a68a267b2e3a90bfc3ddabb06bf412a02'/>
<id>38b4865a68a267b2e3a90bfc3ddabb06bf412a02</id>
<content type='text'>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 36227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 36227
</pre>
</div>
</content>
</entry>
<entry>
<title>unbreak i2c-mv64xxx dependencies</title>
<updated>2013-04-03T12:58:06+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-04-03T12:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1c8d2aec18191b75cd9bf62b0aae16c927486bd7'/>
<id>1c8d2aec18191b75cd9bf62b0aae16c927486bd7</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36192
</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: 36192
</pre>
</div>
</content>
</entry>
<entry>
<title>fix borken of-i2c dependencies</title>
<updated>2013-04-03T12:51:12+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-04-03T12:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8baf097b840c2c5810601b05b59eae8e1c700f92'/>
<id>8baf097b840c2c5810601b05b59eae8e1c700f92</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36191
</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: 36191
</pre>
</div>
</content>
</entry>
<entry>
<title>make OF_I2C build as part of i2c-core</title>
<updated>2013-04-03T10:00:32+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-04-03T10:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c9254f5b5d1fb36ae754a54a0f212d75b457959a'/>
<id>c9254f5b5d1fb36ae754a54a0f212d75b457959a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36179
</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: 36179
</pre>
</div>
</content>
</entry>
<entry>
<title>package/kernel: i2c: don't skip built-in modules</title>
<updated>2013-02-23T11:30:30+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2013-02-23T11:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c730da325aabe2e9e558ab929a3c66ebc612d16b'/>
<id>c730da325aabe2e9e558ab929a3c66ebc612d16b</id>
<content type='text'>
Don't skip build-in modules when generating i2c kmod packages, to allow
empty packages to be generated for satisfying dependencies.

Closes #12259.

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

SVN-Revision: 35755
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't skip build-in modules when generating i2c kmod packages, to allow
empty packages to be generated for satisfying dependencies.

Closes #12259.

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

SVN-Revision: 35755
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx</title>
<updated>2013-01-14T17:03:45+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-01-14T17:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=10ef67ed219f43aac48596307a76fe321e74bb01'/>
<id>10ef67ed219f43aac48596307a76fe321e74bb01</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35157
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35157
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: make kmod-of-i2c available for the mvebu target</title>
<updated>2013-01-08T22:20:25+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-01-08T22:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7e0c80bcb69e18dc6d9e31aafdb681460118669d'/>
<id>7e0c80bcb69e18dc6d9e31aafdb681460118669d</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35060
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35060
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: adjust orion/kirkwood packages to also build for mvebu target</title>
<updated>2013-01-08T22:20:21+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-01-08T22:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=85fbe13cf55745dc63553fa9cc06590521df42d3'/>
<id>85fbe13cf55745dc63553fa9cc06590521df42d3</id>
<content type='text'>
Armada XP/370 boards share these hardware blocks with Orion and Kirkwood
SoCs.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Armada XP/370 boards share these hardware blocks with Orion and Kirkwood
SoCs.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35059
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remaining etrax references</title>
<updated>2013-01-02T11:28:11+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-01-02T11:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a730e96569c72c13919ef75dbd63fdd065debb36'/>
<id>a730e96569c72c13919ef75dbd63fdd065debb36</id>
<content type='text'>
SVN-Revision: 34968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 34968
</pre>
</div>
</content>
</entry>
</feed>
