<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/target/linux/ar71xx/image, 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>2016-05-02T18:50:48Z</updated>
<entry>
<title>ar71xx: add TP-Link TL-WR810N support</title>
<updated>2016-05-02T18:50:48Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-05-02T18:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=507b7c19f44fa39e59e26851802381f373ead4ba'/>
<id>urn:sha1:507b7c19f44fa39e59e26851802381f373ead4ba</id>
<content type='text'>
This patch adds support for the TP-Link TL-WR810N.
https://wiki.openwrt.org/toh/tp-link/tl-wr810n

Signed-off-by: Jens Steinhauser &lt;jens.steinhauser@gmail.com&gt;

SVN-Revision: 49286
</content>
</entry>
<entry>
<title>ar71xx: Add support for the OMYlink OMY-G1</title>
<updated>2016-04-26T11:44:36Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:44:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=cd15294c6d8fd830bf66db21023bf9102408a1ff'/>
<id>urn:sha1:cd15294c6d8fd830bf66db21023bf9102408a1ff</id>
<content type='text'>
https://wiki.openwrt.org/toh/omylink/omy-g1

http://www.omylink.com/

Signed-off-by: L. D. Pinney &lt;ldpinney@gmail.com&gt;

SVN-Revision: 49258
</content>
</entry>
<entry>
<title>ar71xx: Add TP-Link TL-WR740N v6 support to trunk</title>
<updated>2016-04-26T11:43:45Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-26T11:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=09598ad5ebf93a51cbd9042d619758e2c7459739'/>
<id>urn:sha1:09598ad5ebf93a51cbd9042d619758e2c7459739</id>
<content type='text'>
This patch adds support for the TP-Link TL-WR740N v6 into OpenWrt trunk. Hardware wise, it's very similar to the TL-WR841N v10. See the forum thread [1]. Credit goes to the user 'traveler' who did the legwork and tested builds.

Also thanks to Matthias Schiffer for clarifying the DEVICE_PROFILE settings.

Signed-off by: Stijn Segers &lt;francesco.borromini@inventati.org&gt;

[1]: https://forum.openwrt.org/viewtopic.php?pid=318704

SVN-Revision: 49245
</content>
</entry>
<entry>
<title>ar71xx: build TP-LINK Archer C7 images with US region code</title>
<updated>2016-04-21T19:47:22Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-21T19:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=740335dc708ba363934db21adac69ea91bc1abc3'/>
<id>urn:sha1:740335dc708ba363934db21adac69ea91bc1abc3</id>
<content type='text'>
Since December 2015, the Archer C7 comes with an US-specific firmware. This
firmware will only allow upgrades with images that contain the US region
code in the firmware header.

The "universal" firmware distributed in the rest of the world doesn't care
about the region code, so we can just unconditionally set the region to US
for now. When other region-specific firmwares appear, we'll need to create
a factory image for each of them.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 49217
</content>
</entry>
<entry>
<title>ar71xx: fix giving extra arguments to Build/mktplinkfw</title>
<updated>2016-04-21T19:47:19Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-21T19:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=fde9e256647966d0d1c9e433bdbbad510d719cc2'/>
<id>urn:sha1:fde9e256647966d0d1c9e433bdbbad510d719cc2</id>
<content type='text'>
The build command will always get the whole argument string in $(1),
regardless of whitespace. We need to use word/wordlist to split the string
after the first word.

Whitespace and quotation will be given to the command verbatim (make will
ignore it), so to give multiple arguments, no quotation marks may be used.

Fixes: r47174 ("ar71xx/image: add options argument to mktplinkfw step")
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 49216
</content>
</entry>
<entry>
<title>ar71xx: add TP-Link TL-WA901ND-v4 support</title>
<updated>2016-04-09T10:26:46Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6f266dfe78f2c3a2251f7a3e112417b0a2c17126'/>
<id>urn:sha1:6f266dfe78f2c3a2251f7a3e112417b0a2c17126</id>
<content type='text'>
Signed-off-by: Tiziano Bacocco &lt;tizbac2@gmail.com&gt;

SVN-Revision: 49158
</content>
</entry>
<entry>
<title>ar71xx: add support for Compex WPJ342</title>
<updated>2016-04-09T10:26:41Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:26:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=f690322a09efde27146ca033e2d3676619d3c885'/>
<id>urn:sha1:f690322a09efde27146ca033e2d3676619d3c885</id>
<content type='text'>
OpenWrt can be flashed with following uboot commands:

tftpboot 0x80500000 openwrt-ar71xx-generic-wpj342-16M-squashfs-sysupgrade.bin
erase 0x9f030000 +$filesize
cp.b $fileaddr 0x9f030000 $filesize

Signed-off-by: Christian Mehlis &lt;christian@m3hlis.de&gt;

SVN-Revision: 49157
</content>
</entry>
<entry>
<title>ar71xx: create profile and build image for the OpenMesh OM5P-AC board</title>
<updated>2016-04-09T10:26:11Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-09T10:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b7758998445cc5f5735ae8925b4af3ffd3df0a46'/>
<id>urn:sha1:b7758998445cc5f5735ae8925b4af3ffd3df0a46</id>
<content type='text'>
Signed-off-by: Sven Eckelmann &lt;sven.eckelmann@open-mesh.com&gt;

SVN-Revision: 49148
</content>
</entry>
<entry>
<title>ar71xx: Add TL-WR841N/ND v11 support</title>
<updated>2016-04-01T07:11:23Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-01T07:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=2a286dc232880298eb8b190b9fd02e48b18760ad'/>
<id>urn:sha1:2a286dc232880298eb8b190b9fd02e48b18760ad</id>
<content type='text'>
This patch adds support for the TP-Link TL-WR841N/ND to trunk. It is
similar to the already supported v10 - see [1]. I have added support
based on that topic; in the meantime it has been confirmed working
(see the forum thread, and also [2]).

Signed-off by Stijn Segers &lt;francesco.borromini@inventati.org&gt;

[1]: https://forum.openwrt.org/viewtopic.php?id=61309
[2]: https://forum.openwrt.org/viewtopic.php?id=63657

SVN-Revision: 49099
</content>
</entry>
<entry>
<title>ar71xx: cosmetic fix of alfa ap120c/ap96 ordering</title>
<updated>2016-03-24T21:09:34Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-03-24T21:09:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=fe7639b4ef5901b1954d12f29437e841b6d76a82'/>
<id>urn:sha1:fe7639b4ef5901b1954d12f29437e841b6d76a82</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 49086
</content>
</entry>
</feed>
