<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/x86, 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>x86: fix platform_export_bootpart() for Xen virtual disks</title>
<updated>2016-04-17T13:24:30+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-04-17T13:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8a7b28071fba84e297796c46d46e12b0967804e8'/>
<id>8a7b28071fba84e297796c46d46e12b0967804e8</id>
<content type='text'>
Virtual disk devices in a Xen virtual machine (DomU) can be /dev/xvda,
/dev/xvdb and so on with partitions like /dev/xdva1. Devices named like
this where not considered before. This resulted in a non working
sysupgrade, because the boot partition could not be found.

Signed-off-by: Alexander Dahl &lt;alex@netz39.de&gt;
Suggested-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49190
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Virtual disk devices in a Xen virtual machine (DomU) can be /dev/xvda,
/dev/xvdb and so on with partitions like /dev/xdva1. Devices named like
this where not considered before. This resulted in a non working
sysupgrade, because the boot partition could not be found.

Signed-off-by: Alexander Dahl &lt;alex@netz39.de&gt;
Suggested-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49190
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add missing config options</title>
<updated>2016-03-05T16:22:45+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-03-05T16:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=683c046673e09a41527400369fa4da43e7d55af5'/>
<id>683c046673e09a41527400369fa4da43e7d55af5</id>
<content type='text'>
The buildbots complained about these config options being missing for arm64:
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25

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

SVN-Revision: 48929
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The buildbots complained about these config options being missing for arm64:
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25

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

SVN-Revision: 48929
</pre>
</div>
</content>
</entry>
<entry>
<title>x86: preserve partition table on sysupgrade</title>
<updated>2016-02-09T12:33:17+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2016-02-09T12:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4aeeead303cda2a85895fde9d3983eae323a30e1'/>
<id>4aeeead303cda2a85895fde9d3983eae323a30e1</id>
<content type='text'>
With this patch sysupgrade will write directly to the partitions
instead of to the main disk.  The UUID is copied from the image
to the MBR as well.  This prevents the mbr from being completely
overwritten and losing the partition table.  The -p option has
been added to maintain the original behavior and overwite the
entire disk with the new image.  Tests have been added to ensure
that the image partitions match up with the active partitions.

Signed-off-by: Rob Mosher &lt;nyt-openwrt@countercultured.net&gt;

SVN-Revision: 48682
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this patch sysupgrade will write directly to the partitions
instead of to the main disk.  The UUID is copied from the image
to the MBR as well.  This prevents the mbr from being completely
overwritten and losing the partition table.  The -p option has
been added to maintain the original behavior and overwite the
entire disk with the new image.  Tests have been added to ensure
that the image partitions match up with the active partitions.

Signed-off-by: Rob Mosher &lt;nyt-openwrt@countercultured.net&gt;

SVN-Revision: 48682
</pre>
</div>
</content>
</entry>
<entry>
<title>x86: remove unrelated config override</title>
<updated>2016-02-08T10:58:27+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2016-02-08T10:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6ec31a8487aa1bf734734ddbf86945a9ebc8429c'/>
<id>6ec31a8487aa1bf734734ddbf86945a9ebc8429c</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48668
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48668
</pre>
</div>
</content>
</entry>
<entry>
<title>x86: remove redundant default network config</title>
<updated>2016-01-28T18:19:59+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-28T18:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ad3220aa8bc0e343dfc29631545ac62a91b41a57'/>
<id>ad3220aa8bc0e343dfc29631545ac62a91b41a57</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48530
</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: 48530
</pre>
</div>
</content>
</entry>
<entry>
<title>x86: add BACKLIGHT_APPLE configuration option</title>
<updated>2016-01-25T23:29:18+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-01-25T23:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=495badf6d1c3d3650375a0f2b23abbf7ca7e4274'/>
<id>495badf6d1c3d3650375a0f2b23abbf7ca7e4274</id>
<content type='text'>
This closes #21713.

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

SVN-Revision: 48502
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #21713.

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

SVN-Revision: 48502
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: add some missing kernel config options</title>
<updated>2016-01-24T18:00:53+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-01-24T18:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1c7c99701961166cb9c7387ccaeca93705deb5e6'/>
<id>1c7c99701961166cb9c7387ccaeca93705deb5e6</id>
<content type='text'>
The built bots found these missing kernel configuration options.

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

SVN-Revision: 48477
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The built bots found these missing kernel configuration options.

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

SVN-Revision: 48477
</pre>
</div>
</content>
</entry>
<entry>
<title>x86/64: add missing kernel symbol</title>
<updated>2016-01-24T15:36:10+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2016-01-24T15:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1865710fc840aff419279d61eb70b63ad351129c'/>
<id>1865710fc840aff419279d61eb70b63ad351129c</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48476
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48476
</pre>
</div>
</content>
</entry>
<entry>
<title>x86_64: Add missing symbols</title>
<updated>2016-01-22T12:02:07+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-22T12:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c28fb1f4fc7f69a1c7385f75011ad4cb76171ace'/>
<id>c28fb1f4fc7f69a1c7385f75011ad4cb76171ace</id>
<content type='text'>
Update to kernel 4.4 missed some symbols, fix that.

SVN-Revision: 48453
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to kernel 4.4 missed some symbols, fix that.

SVN-Revision: 48453
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: clean up redundant SLUB/SLAB related defines for 4.4</title>
<updated>2016-01-21T16:08:19+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-21T16:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=57690041fa15b6b70545f379ddfc84df1791c5b8'/>
<id>57690041fa15b6b70545f379ddfc84df1791c5b8</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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