<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/target/linux/au1000/base-files, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2014-12-11T22:27:56Z</updated>
<entry>
<title>au1000: revert 43626 due to syntax errors</title>
<updated>2014-12-11T22:27:56Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-12-11T22:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=a3bab2dc1831c3d5650773754104f2a5166b1db2'/>
<id>urn:sha1:a3bab2dc1831c3d5650773754104f2a5166b1db2</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43641
</content>
</entry>
<entry>
<title>au1000: distinguish different models and set correct MAC-address</title>
<updated>2014-12-11T18:28:44Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-12-11T18:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=064441bb703ce8b9652fba15c481cd6e47c2317a'/>
<id>urn:sha1:064441bb703ce8b9652fba15c481cd6e47c2317a</id>
<content type='text'>
The target au1000 has at least 2 different models, the
'InternetBox' and the 'MeshCube' which look very similar
from the kernel point of view but are totally different
devices which base on the same design. Populating /tmp/sysinfo
now. The 1st one has an issue which leads to a random
mac-address after each boot which is corrected now via
reading the bootloader-env. The real fix would be
converting to DTS, this is only a workaround now.

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

SVN-Revision: 43626
</content>
</entry>
<entry>
<title>target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC</title>
<updated>2014-06-02T12:43:22Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-06-02T12:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=c48ec47b0674f00f0db430c779883b18b8904664'/>
<id>urn:sha1:c48ec47b0674f00f0db430c779883b18b8904664</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>
</entry>
<entry>
<title>au1000: make sysupgrade compatible with all file system types</title>
<updated>2013-11-07T12:46:16Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2013-11-07T12:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=a6e276fd5f357879571fd4fb04e9b4520d46477c'/>
<id>urn:sha1:a6e276fd5f357879571fd4fb04e9b4520d46477c</id>
<content type='text'>
This patch adds support for all file system types as discussed earlier:

https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022109.html

This patch depends on a previous patch:

https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022111.html

Signed-off-by: Philipp Borgers &lt;borgers@mi.fu-berlin.de&gt;

SVN-Revision: 38675
</content>
</entry>
<entry>
<title>au1000: migrate to common led helper functions</title>
<updated>2013-02-18T10:37:52Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2013-02-18T10:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=18d24021c634eb88748360d69654d2657115f9c8'/>
<id>urn:sha1:18d24021c634eb88748360d69654d2657115f9c8</id>
<content type='text'>
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 35660
</content>
</entry>
<entry>
<title>au1000: implement sysupgrade platform.sh</title>
<updated>2012-07-17T16:40:24Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-07-17T16:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7c2548b7015bc874898fd28be0f4d6f5d14d9291'/>
<id>urn:sha1:7c2548b7015bc874898fd28be0f4d6f5d14d9291</id>
<content type='text'>
Signed-off-by: Bruno Randolf &lt;br1@einfach.org&gt;

SVN-Revision: 32768
</content>
</entry>
<entry>
<title>get rid of per-profile base-files</title>
<updated>2007-09-29T14:27:54Z</updated>
<author>
<name>Gabor Juhos</name>
</author>
<published>2007-09-29T14:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=f47e3719caff129b1c691a51265ab80d7f397c4e'/>
<id>urn:sha1:f47e3719caff129b1c691a51265ab80d7f397c4e</id>
<content type='text'>
SVN-Revision: 9069
</content>
</entry>
<entry>
<title>strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_&lt;ver&gt;_&lt;board&gt; becomes CONFIG_TARGET_&lt;board&gt;, same for profiles.</title>
<updated>2007-09-06T16:27:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2007-09-06T16:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5c903cc55c673e5e6eda9c78f51a81b715eb4eec'/>
<id>urn:sha1:5c903cc55c673e5e6eda9c78f51a81b715eb4eec</id>
<content type='text'>
SVN-Revision: 8653
</content>
</entry>
</feed>
