<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/adm5120/base-files, branch 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>target/linux : drop many arch</title>
<updated>2018-09-14T20:25:09+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-14T20:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3362d9fb3a94d0909b79c290abc8db6abe4cca21'/>
<id>3362d9fb3a94d0909b79c290abc8db6abe4cca21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC</title>
<updated>2014-06-02T12:43:22+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-02T12:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f933a741a9c44cea58b2b3837dca99fc55d0b957'/>
<id>f933a741a9c44cea58b2b3837dca99fc55d0b957</id>
<content type='text'>
ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct
var $# (=number of args) here. under normal conditions this had no impact,
but we should at least correct it. the error was observable like this:

root@box:~ [ -e "/etc/functions.sh" ] &amp;&amp; . /etc/functions.sh
root@box:~ [ -e "/lib/functions.sh" ] &amp;&amp; . /lib/functions.sh
root@box:~ . /lib/upgrade/platform.sh
root@box:~ . /lib/upgrade/common.sh
root@box:~ platform_check_image /tmp/myfirmware.bin
ash: bad number
root@box:~ echo $?
0

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 40915
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct
var $# (=number of args) here. under normal conditions this had no impact,
but we should at least correct it. the error was observable like this:

root@box:~ [ -e "/etc/functions.sh" ] &amp;&amp; . /etc/functions.sh
root@box:~ [ -e "/lib/functions.sh" ] &amp;&amp; . /lib/functions.sh
root@box:~ . /lib/upgrade/platform.sh
root@box:~ . /lib/upgrade/common.sh
root@box:~ platform_check_image /tmp/myfirmware.bin
ash: bad number
root@box:~ echo $?
0

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 40915
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: input/button drivers get loaded before preinit by procd</title>
<updated>2013-06-21T16:53:47+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=67f5f188b1f07726965e5c430a7657d836d67594'/>
<id>67f5f188b1f07726965e5c430a7657d836d67594</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37000
</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: 37000
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: diag does not need to insmod any drivers, procd already did it for us</title>
<updated>2013-06-21T16:53:43+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e6ef318802935389283e3614df31ca6d36a5f7bf'/>
<id>e6ef318802935389283e3614df31ca6d36a5f7bf</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36999
</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: 36999
</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>adm5120: migrate to common led helper functions</title>
<updated>2013-02-18T09:56:26+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2013-02-18T09:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=546b336d2de72db3302dd64495611f05119dca24'/>
<id>546b336d2de72db3302dd64495611f05119dca24</id>
<content type='text'>
[juhosg: migrate to status_led_blink_{preinit,failsafe} helpers]

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35649
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[juhosg: migrate to status_led_blink_{preinit,failsafe} helpers]

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

SVN-Revision: 35649
</pre>
</div>
</content>
</entry>
<entry>
<title>do no longer rename amba-pl010 serial devices names</title>
<updated>2012-12-03T16:18:40+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2012-12-03T16:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d3cda519947676e9dcdc29c12071a365c941dafb'/>
<id>d3cda519947676e9dcdc29c12071a365c941dafb</id>
<content type='text'>
Back in the days when we could not override /etc/inittab, it made a lot
of sense to rename ttyAM to ttyS since this was the only supported
serial device(s), we can now just put in an appropriate /etc/inittab file
now.

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

SVN-Revision: 34469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Back in the days when we could not override /etc/inittab, it made a lot
of sense to rename ttyAM to ttyS since this was the only supported
serial device(s), we can now just put in an appropriate /etc/inittab file
now.

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

SVN-Revision: 34469
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli</title>
<updated>2011-11-10T12:16:41+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-11-10T12:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=be49daffc86c0780d11fedfab92c47eeca13812e'/>
<id>be49daffc86c0780d11fedfab92c47eeca13812e</id>
<content type='text'>
SVN-Revision: 28933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28933
</pre>
</div>
</content>
</entry>
<entry>
<title>add timeserver config to target specific system configs as well</title>
<updated>2011-11-04T12:53:35+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-11-04T12:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d6f02b62d4c2a6d9da93c24c1f47af066aec4ad3'/>
<id>d6f02b62d4c2a6d9da93c24c1f47af066aec4ad3</id>
<content type='text'>
SVN-Revision: 28750
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28750
</pre>
</div>
</content>
</entry>
</feed>
