<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/mvebu/profiles, branch master</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>mwlwifi: add and use individual firmware packages</title>
<updated>2018-02-26T10:23:40+00:00</updated>
<author>
<name>Johnny S. Lee</name>
<email>_@jsl.io</email>
</author>
<published>2018-01-30T17:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c8e62f830df71d2de9e620643bcd2c098fd92153'/>
<id>c8e62f830df71d2de9e620643bcd2c098fd92153</id>
<content type='text'>
As each mvebu device only uses one of the firmwares provided by mwlwifi
package, it makes sense to put them in separate packages and only install
the one that is needed.

Current mwlwifi version's firmware sizes and usages by devices:
88W8864.bin  118776  caiman, mamba, cobra, shelby
88W8897.bin  489932  (none)
88W8964.bin  449420  rango

Changes by this commit:
 * indicate in title that mwlwifi also is driver for 88W8897 and 88W8964
 * remove mwlwifi package's firmware installation rules
 * add 3 new individual firmware packages (all depends on kmod-mwlwifi):
    - mwlwifi-firmware-88w8864
    - mwlwifi-firmware-88w8897
    - mwlwifi-firmware-88w8964
 * add firmware package to mvebu devices' DEVICE_PACKAGES accordingly

Signed-off-by: Johnny S. Lee &lt;_@jsl.io&gt;
[Add the used FW files to the PACKAGES of default image]
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As each mvebu device only uses one of the firmwares provided by mwlwifi
package, it makes sense to put them in separate packages and only install
the one that is needed.

Current mwlwifi version's firmware sizes and usages by devices:
88W8864.bin  118776  caiman, mamba, cobra, shelby
88W8897.bin  489932  (none)
88W8964.bin  449420  rango

Changes by this commit:
 * indicate in title that mwlwifi also is driver for 88W8897 and 88W8964
 * remove mwlwifi package's firmware installation rules
 * add 3 new individual firmware packages (all depends on kmod-mwlwifi):
    - mwlwifi-firmware-88w8864
    - mwlwifi-firmware-88w8897
    - mwlwifi-firmware-88w8964
 * add firmware package to mvebu devices' DEVICE_PACKAGES accordingly

Signed-off-by: Johnny S. Lee &lt;_@jsl.io&gt;
[Add the used FW files to the PACKAGES of default image]
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uboot-mvebu: switch to u-boot.mk</title>
<updated>2017-01-24T15:21:24+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-01-23T11:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=366c33962c1861df3e7833248571b2d1359cda88'/>
<id>366c33962c1861df3e7833248571b2d1359cda88</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: use ext4/f2fs overlay filesystem for solidrun clearfog</title>
<updated>2016-09-10T10:17:39+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2016-09-08T12:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3cbb7820a41057ef3be7b80f35d812fd8b03c9be'/>
<id>3cbb7820a41057ef3be7b80f35d812fd8b03c9be</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: clearfog: require uboot-mvebu-clearfog</title>
<updated>2016-09-02T12:43:52+00:00</updated>
<author>
<name>Josua Mayer</name>
<email>josua.mayer97@gmail.com</email>
</author>
<published>2016-08-13T13:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a67183a7bc6f65535877f98ca25f662affbc1df5'/>
<id>a67183a7bc6f65535877f98ca25f662affbc1df5</id>
<content type='text'>
The u-boot variant for the clearfog is provided by the uboot-mvebu-clearfog,
and not by the generic uboot-mvebu packae.
Make sure the clearfog variant is selected when building for it.

Signed-off-by: Josua Mayer &lt;josua.mayer97@gmail.com&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The u-boot variant for the clearfog is provided by the uboot-mvebu-clearfog,
and not by the generic uboot-mvebu packae.
Make sure the clearfog variant is selected when building for it.

Signed-off-by: Josua Mayer &lt;josua.mayer97@gmail.com&gt;
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: switch to the new image build code</title>
<updated>2016-07-21T11:29:04+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2016-07-20T08:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=32727c409e6deb0f90155e8427fb1ca56bc9fab2'/>
<id>32727c409e6deb0f90155e8427fb1ca56bc9fab2</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: enable core drivers in the kernel config instead of packaging them</title>
<updated>2016-05-21T17:57:06+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2016-05-21T17:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f849c2c83247340d623fdb549e2b75f4c1feea62'/>
<id>f849c2c83247340d623fdb549e2b75f4c1feea62</id>
<content type='text'>
Simplify profile package selection

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify profile package selection

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: add SolidRun ClearFog A1 support</title>
<updated>2016-02-17T17:49:26+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2016-02-17T17:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4d966e4dde31aaa93023a643a128ea764b6d583b'/>
<id>4d966e4dde31aaa93023a643a128ea764b6d583b</id>
<content type='text'>
Signed-off-by: Andrej Vlasic &lt;andrej.vlasic@sartura.hr&gt;

SVN-Revision: 48736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrej Vlasic &lt;andrej.vlasic@sartura.hr&gt;

SVN-Revision: 48736
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: fix WRT1900AC v1 LED driver module</title>
<updated>2016-02-09T12:33:53+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2016-02-09T12:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2d04407e404183f72901b4fdb53c4625518b0bd9'/>
<id>2d04407e404183f72901b4fdb53c4625518b0bd9</id>
<content type='text'>
Update OpenWRT build tree to reflect changes in TLC-591xx LED family driver.

In kernels &lt; 4.0 the driver was present in form of a patch for the TLC-59116 chip,
and was upstreamed later in kernels &gt; 4.0 to support the entire chip family.

Signed-off-by: Sebastian Careba &lt;nitroshift@yahoo.com&gt;
[jow: fix Kconfig symbol name]
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update OpenWRT build tree to reflect changes in TLC-591xx LED family driver.

In kernels &lt; 4.0 the driver was present in form of a patch for the TLC-59116 chip,
and was upstreamed later in kernels &gt; 4.0 to support the entire chip family.

Signed-off-by: Sebastian Careba &lt;nitroshift@yahoo.com&gt;
[jow: fix Kconfig symbol name]
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48684
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: add support for the Linksys WRT1900ACS (Shelby)</title>
<updated>2015-10-08T10:01:30+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-10-08T10:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8bb23cfb663f8870f431edba0dab218a746456a3'/>
<id>8bb23cfb663f8870f431edba0dab218a746456a3</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 47164
</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: 47164
</pre>
</div>
</content>
</entry>
<entry>
<title>mvebu: add support for the Linksys Caiman and Cobra</title>
<updated>2015-04-16T09:54:39+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2015-04-16T09:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2705cda81389e84687fb0325d2bf6c8bc2756bee'/>
<id>2705cda81389e84687fb0325d2bf6c8bc2756bee</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;

SVN-Revision: 45456
</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: 45456
</pre>
</div>
</content>
</entry>
</feed>
