<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis, branch master</title>
<subtitle>lynxis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/'/>
<updated>2019-08-05T12:02:38Z</updated>
<entry>
<title>WIP: rework image builder code for x86</title>
<updated>2019-08-05T12:02:38Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2019-08-05T12:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=416cccf398e9589e3de386e05b61b1c46cace20d'/>
<id>urn:sha1:416cccf398e9589e3de386e05b61b1c46cace20d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/mktplinkfw2: show exact exceed bytes when the image is to big</title>
<updated>2019-08-05T12:01:59Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2019-04-09T17:03:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=3a1a6dca9090f1840bff3034eee3a9cbfd6cf600'/>
<id>urn:sha1:3a1a6dca9090f1840bff3034eee3a9cbfd6cf600</id>
<content type='text'>
When an image is too big it's useful to show how many bytes the image
is to big.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>tools/mktplinkfw2: add support to pack bootloader</title>
<updated>2019-08-05T12:01:59Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2018-04-25T09:42:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=0bd4a1251caa048a95ea55254fc7c4e6294cc3da'/>
<id>urn:sha1:0bd4a1251caa048a95ea55254fc7c4e6294cc3da</id>
<content type='text'>
The 841v13 and 841v14 can not flash any image without bootloader over
the WebUI due a bug in the oem firmware upgrade software.

Allow mktplinkfw2 to integrate bootloaders.
An image with the bootloader looks:

|------------|
|image header|
|------------|
|bootloader  |
|------------|
|optional pad|
|------------|
|image header|
|------------|
|kernel image|
|------------|
|rootfs image|
|------------|

The padding depends on the bootloader size. The 2nd image header must
start on a 64k boundary.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>tools/mktplinkfw2: add support to extract bootloader images</title>
<updated>2019-08-05T12:01:59Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2019-05-07T14:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=91d583503ca20def61020f56d22c1992609ca98c'/>
<id>urn:sha1:91d583503ca20def61020f56d22c1992609ca98c</id>
<content type='text'>
tplinkfw2 images from TP-Link contains a bootloader image in most cases.
-x will create a -bootloader.bin file.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>ath79: add support for D-Link DIR-842 C1</title>
<updated>2019-08-05T08:54:11Z</updated>
<author>
<name>Jackson Lim</name>
</author>
<published>2019-07-25T14:44:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=030fc6ab6cc1f4982809b65edf9c874d9117cd1f'/>
<id>urn:sha1:030fc6ab6cc1f4982809b65edf9c874d9117cd1f</id>
<content type='text'>
Hardware spec of DIR-842 C1:
SoC: QCA9563
DRAM: 128MB DDR2
Flash: 16MB SPI-NOR
Switch: QCA8337N
WiFi 5.8GHz: QCA9888
WiFi 2.4Ghz: QCA9563
USB: circuit onboard, but components are not soldered

Flash instructions:

1. Upgrade the factory.bin through the factory web interface or
   the u-boot failsafe interface.
   The firmware will boot up correctly for the first time.
   Do not power off the device after OpenWrt has booted.
   Otherwise the u-boot will enter failsafe mode as the checksum
   of the firmware has been changed.
2. Upgrade the sysupgrade.bin in OpenWrt.
   After upgrading completes the u-boot won't complain about the
   firmware checksum and it's OK to use now.
3. If you powered off the device before upgrading the sysupgrade.bin,
   just upgrade the factory.bin through the u-boot failsafe interface
   and then goto step 2.

Signed-off-by: Jackson Lim &lt;jackcolentern@gmail.com&gt;
[fix whitespace issues]
Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>ath79: add SUPPORTED_DEVICES for TP-Link TL-WR841N/ND v9 to v12</title>
<updated>2019-08-05T08:54:11Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2019-07-22T15:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=7ed643d2052381bdd0e9680ca964eb87700cbc5e'/>
<id>urn:sha1:7ed643d2052381bdd0e9680ca964eb87700cbc5e</id>
<content type='text'>
In ar71xx, v10 and v12 did not have separate board_name.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>ath79: add support for TP-Link TL-WR841N/ND v12</title>
<updated>2019-08-05T08:54:11Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2019-07-22T15:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=8b76c6695b9274e3c12fdf80bcad7dc0c7202585'/>
<id>urn:sha1:8b76c6695b9274e3c12fdf80bcad7dc0c7202585</id>
<content type='text'>
This router has the same hardware as TP-LINK TL-WR841N/ND v11 (same
FCC ID, same TFTP image name...).

Flash instruction (WebUI):
Download *-factory.bin image and upload it via the firmwary upgrade
function of the stock firmware WebUI.

Flash instruction (TFTP):
1. Set PC to fixed ip address 192.168.0.66
2. Download *-factory.bin image and rename it to wr841nv11_tp_recovery.bin
   (it's really v11, not v12)
3. Start a tftp server with the image file in its root directory
4. Turn off the router
5. Press and hold Reset button
6. Turn on router with the reset button pressed and wait ~15 seconds
7. Release the reset button and after a short time
the firmware should be transferred from the tftp server
8. Wait ~30 second to complete recovery.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>ath79: add support for TP-Link TL-WR841N/ND v10</title>
<updated>2019-08-05T08:54:11Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2019-07-22T15:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=4254193c1dc27e18baeb7488ac7fd4ce1afc5723'/>
<id>urn:sha1:4254193c1dc27e18baeb7488ac7fd4ce1afc5723</id>
<content type='text'>
The TL-WR841N/ND v10 is mostly identical to the v9. Apart from some minor
changes, it contains a newer revision of the QCA9533 SoC and the CPU clock
is significantly higher.

Flash instruction (WebUI):
Download *-factory.bin image and upload it via the firmwary upgrade
function of the stock firmware WebUI.

Flash instruction (TFTP):
1. Set PC to fixed ip address 192.168.0.66
2. Download *-factory.bin image and rename it to wr841nv10_tp_recovery.bin
3. Start a tftp server with the image file in its root directory
4. Turn off the router
5. Press and hold Reset button
6. Turn on router with the reset button pressed and wait ~15 seconds
7. Release the reset button and after a short time
the firmware should be transferred from the tftp server
8. Wait ~30 second to complete recovery.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>ipset: update to 7.3</title>
<updated>2019-08-05T07:42:09Z</updated>
<author>
<name>DENG Qingfang</name>
</author>
<published>2019-07-31T00:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=edd9b39fab46a7231b8662697ba8c10de42d5a66'/>
<id>urn:sha1:edd9b39fab46a7231b8662697ba8c10de42d5a66</id>
<content type='text'>
Signed-off-by: DENG Qingfang &lt;dengqf6@mail2.sysu.edu.cn&gt;
</content>
</entry>
<entry>
<title>ar71xx: wpj531: fix SIG1/RSS1 LED GPIO</title>
<updated>2019-08-04T20:37:15Z</updated>
<author>
<name>Leon M. George</name>
</author>
<published>2019-07-26T18:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=c070662980047838004b83f7af59e7015d3c7922'/>
<id>urn:sha1:c070662980047838004b83f7af59e7015d3c7922</id>
<content type='text'>
In commit 6c937df749c7 ("ar71xx: wpj531: fix GPIOs for LED") wrong GPIO
13 for SIG1/RSS1 LED was commited, the correct GPIO number for this LED
is 12.

It's listed in "Hardware Guide - wpj531 7A06 (02/07/2019)" as GPIO12/RSS1
on the LED header and same GPIO 12 is used in the vendor's SDK as well.

Fixes: 6c937df749c7 ("ar71xx: wpj531: fix GPIOs for LED")
Signed-off-by: Leon M. George &lt;leon@georgemail.eu&gt;
[commit subject/message facelift]
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
</feed>
