<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/orion/base-files, 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>treewide: use only board_name function to get name</title>
<updated>2017-07-15T21:13:34+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2017-07-09T11:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e4e984f2a07d2cd96d8e5e90955bc268eb5d4e5a'/>
<id>e4e984f2a07d2cd96d8e5e90955bc268eb5d4e5a</id>
<content type='text'>
Do not parse /tmp/sysinfo/board_name, /proc/cpuinfo or the device tree
compatible string directly. Always use the board_name function to get
the board name.

The admswconfig package still reads /proc/cpuinfo directly. The code
looks somehow broken and the whole adm5120 which uses this package
looks unmaintained. Leave it as it is for now.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not parse /tmp/sysinfo/board_name, /proc/cpuinfo or the device tree
compatible string directly. Always use the board_name function to get
the board name.

The admswconfig package still reads /proc/cpuinfo directly. The code
looks somehow broken and the whole adm5120 which uses this package
looks unmaintained. Leave it as it is for now.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: do board detection during preinit</title>
<updated>2017-07-15T21:13:34+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2017-04-07T16:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=78cf5eed6edaa38561e9c9c3ff14a36c1eedfadd'/>
<id>78cf5eed6edaa38561e9c9c3ff14a36c1eedfadd</id>
<content type='text'>
Do the board detection during preinit to unify it across all targets.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do the board detection during preinit to unify it across all targets.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: drop old uci-defaults.sh</title>
<updated>2015-12-11T15:26:06+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-12-11T15:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=67e1c8701215724dcee9fabcbd7a397ea76e1a9d'/>
<id>67e1c8701215724dcee9fabcbd7a397ea76e1a9d</id>
<content type='text'>
Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one
and update all users accordingly.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one
and update all users accordingly.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47867
</pre>
</div>
</content>
</entry>
<entry>
<title>orion: convert initial network configuration to board.d</title>
<updated>2015-12-04T14:39:14+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-12-04T14:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2f042b452e345593fce50e31959821abfc1c4fa2'/>
<id>2f042b452e345593fce50e31959821abfc1c4fa2</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47759
</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: 47759
</pre>
</div>
</content>
</entry>
<entry>
<title>network: Unbind DHCPv6 from underlying interfaces</title>
<updated>2014-10-08T13:08:05+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-10-08T13:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c118e5edf4301dc303024603dd34d369d9926d6d'/>
<id>c118e5edf4301dc303024603dd34d369d9926d6d</id>
<content type='text'>
This allows IPv6 to set up without IPv4 being up thus
IPv6-only or IPv6+DS-Lite working with the default config.

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 42848
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows IPv6 to set up without IPv4 being up thus
IPv6-only or IPv6+DS-Lite working with the default config.

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 42848
</pre>
</div>
</content>
</entry>
<entry>
<title>orion: dynamically generate /etc/config/network, the LaCie 2big Network does not use DSA</title>
<updated>2013-06-28T11:26:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-06-28T11:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=84ad1782f90c5771f1ca6ffd80b72b0317820a8f'/>
<id>84ad1782f90c5771f1ca6ffd80b72b0317820a8f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37061
</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: 37061
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default IPv6 config to enable DHCPv6-PD</title>
<updated>2013-04-22T19:40:16+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2013-04-22T19:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4e8f7f37edc7c0e1088d002cbb16f76509f4151c'/>
<id>4e8f7f37edc7c0e1088d002cbb16f76509f4151c</id>
<content type='text'>
SVN-Revision: 36384
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 36384
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt default network configuration for IPv6</title>
<updated>2013-04-09T08:03:08+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2013-04-09T08:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ea94d66b0fdb6a6853cd9ce8804c549fee6b553d'/>
<id>ea94d66b0fdb6a6853cd9ce8804c549fee6b553d</id>
<content type='text'>
SVN-Revision: 36278
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 36278
</pre>
</div>
</content>
</entry>
<entry>
<title>target/linux/orion: create subtargets (closes #8154)</title>
<updated>2010-11-04T22:10:11+00:00</updated>
<author>
<name>Alexandros C. Couloumbis</name>
<email>alex@ozo.com</email>
</author>
<published>2010-11-04T22:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ec905f3c9325be3086d35e4ec9567f77db6bf6a'/>
<id>4ec905f3c9325be3086d35e4ec9567f77db6bf6a</id>
<content type='text'>
SVN-Revision: 23883
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23883
</pre>
</div>
</content>
</entry>
<entry>
<title>fix sysupgrade for the Netgear WNR854T (#7484)</title>
<updated>2010-06-18T07:57:45+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-06-18T07:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c32b99c0bd52128e68e7f245bbdfb72f0ba11b78'/>
<id>c32b99c0bd52128e68e7f245bbdfb72f0ba11b78</id>
<content type='text'>
SVN-Revision: 21833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21833
</pre>
</div>
</content>
</entry>
</feed>
