<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/atheros/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>Rename 'atheros' target to 'ath25'</title>
<updated>2015-03-13T03:02:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-03-13T03:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1850e0f0a7627b4e0ef18516ff2b25a7c14215ca'/>
<id>1850e0f0a7627b4e0ef18516ff2b25a7c14215ca</id>
<content type='text'>
Rename 'atheros' target to more precise 'ath25'.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename 'atheros' target to more precise 'ath25'.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44736
</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>all targets: use numerically prefixed uci-defaults file names to better control order of execution</title>
<updated>2013-01-18T12:42:53+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2013-01-18T12:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3a2cccda2eb45c6b55ef33c73a4af2c88935f383'/>
<id>3a2cccda2eb45c6b55ef33c73a4af2c88935f383</id>
<content type='text'>
SVN-Revision: 35217
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 35217
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use deprecated path to functions.sh (/etc/functions.sh -&gt; /lib/functions.sh)</title>
<updated>2012-12-19T16:07:50+00:00</updated>
<author>
<name>Mirko Vogt</name>
<email>mirko@openwrt.org</email>
</author>
<published>2012-12-19T16:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e34a4e0c7b64aa2cc9ccd1b3f69a16db921daf77'/>
<id>e34a4e0c7b64aa2cc9ccd1b3f69a16db921daf77</id>
<content type='text'>
SVN-Revision: 34793
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 34793
</pre>
</div>
</content>
</entry>
<entry>
<title>Add leds back after migration to sysfs</title>
<updated>2012-07-26T17:06:55+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2012-07-26T17:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0ba7b18cfd089200b0c2c4f597f43fb558ceaf34'/>
<id>0ba7b18cfd089200b0c2c4f597f43fb558ceaf34</id>
<content type='text'>
atheros trunk moved to full sysfs gpiolib, but the leds were forgotten.
This restores the wlan led that was missing after switching from backfire
to trunk.

Signed-off-by: Karl Palsson &lt;karlp@remake.is&gt;

SVN-Revision: 32885
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
atheros trunk moved to full sysfs gpiolib, but the leds were forgotten.
This restores the wlan led that was missing after switching from backfire
to trunk.

Signed-off-by: Karl Palsson &lt;karlp@remake.is&gt;

SVN-Revision: 32885
</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>
<entry>
<title>renaming of the IP175C switch driver brioke switch detection on the Dir-300 and others, fix it</title>
<updated>2010-07-23T10:39:10+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-07-23T10:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=878267db016c17df83a2f685e127e9926be77a1b'/>
<id>878267db016c17df83a2f685e127e9926be77a1b</id>
<content type='text'>
SVN-Revision: 22363
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22363
</pre>
</div>
</content>
</entry>
<entry>
<title>fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch</title>
<updated>2010-04-06T22:46:15+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-04-06T22:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=44810702d2ad2a53a0bbe1d32fba074303781958'/>
<id>44810702d2ad2a53a0bbe1d32fba074303781958</id>
<content type='text'>
SVN-Revision: 20733
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20733
</pre>
</div>
</content>
</entry>
<entry>
<title>preinit: use grep -q where applicable</title>
<updated>2010-02-01T00:34:51+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-02-01T00:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=50d6e449b3a145cdfd1117eb040b4acf58faebe0'/>
<id>50d6e449b3a145cdfd1117eb040b4acf58faebe0</id>
<content type='text'>
SVN-Revision: 19482
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 19482
</pre>
</div>
</content>
</entry>
</feed>
