<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/wigyori, branch master</title>
<subtitle>Staging tree of Zoltan Herpai</subtitle>
<id>https://git.openwrt.org/openwrt/staging/wigyori/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/wigyori/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/'/>
<updated>2024-02-19T15:51:39Z</updated>
<entry>
<title>ath79: update WA/XC devices UBNT_VERSION to 8.7.4</title>
<updated>2024-02-19T15:51:39Z</updated>
<author>
<name>Martin Garbe</name>
</author>
<published>2024-02-13T06:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=873b0ed42c11ef3397cefe477dcdd02d612383f2'/>
<id>urn:sha1:873b0ed42c11ef3397cefe477dcdd02d612383f2</id>
<content type='text'>
Ubiquiti WA devices with newer hw version (sold 2023)
require UBNT_VERSION to be at least 8.7.4, otherwise
the image is rejected.

For consistency, also increase version number for XC devices.

Signed-off-by: Martin Garbe &lt;monomartin@opennet-initiative.de&gt;
</content>
</entry>
<entry>
<title>rockchip: add NanoPi R2C Plus support</title>
<updated>2024-02-19T15:23:32Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2024-02-16T06:34:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=782266473de09c2b5f9332027bde3e5ad0493534'/>
<id>urn:sha1:782266473de09c2b5f9332027bde3e5ad0493534</id>
<content type='text'>
The NanoPi R2C Plus is a small variant of NanoPi R2C with a on-board
eMMC flash (8G) included.

Installation
------------
Uncompress the OpenWrt sysupgrade and write it to a micro SD card or
internal eMMC using dd.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>uboot-rockchip: add NanoPi R2C Plus support</title>
<updated>2024-02-19T15:23:32Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2024-02-16T06:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=23cb2b1636d2cfacaff4b459139c4026120431be'/>
<id>urn:sha1:23cb2b1636d2cfacaff4b459139c4026120431be</id>
<content type='text'>
Add support for the FriendlyARM NanoPi R2C Plus.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>qualcommax: backport more changes for ipq6018 and ipq8074</title>
<updated>2024-02-19T14:01:12Z</updated>
<author>
<name>Chukun Pan</name>
</author>
<published>2024-01-15T15:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=4108c0c1b6965b3a4e5fbaa1171310875e80f76e'/>
<id>urn:sha1:4108c0c1b6965b3a4e5fbaa1171310875e80f76e</id>
<content type='text'>
 - Mark patches as upstream
 - Backport more upstream changes
 - Handle conflicts and refresh patches

Signed-off-by: Chukun Pan &lt;amadeus@jmu.edu.cn&gt;
</content>
</entry>
<entry>
<title>base-files: sysupgrade: include uci-defaults script disabling services</title>
<updated>2024-02-19T12:53:14Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2024-02-14T15:05:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=bf304d10e97c11de8c637fda02578cce79a3a0b4'/>
<id>urn:sha1:bf304d10e97c11de8c637fda02578cce79a3a0b4</id>
<content type='text'>
Disabled services should be kept disabled after sysupgrade. This can be
easily handled using a proper uci-defaults script.

Extend sysupgrade to check for disabled services, generate uci-defaults
script disabling them and include it in backup.

Cc: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
Cc: Jo-Philipp Wich &lt;jo@mein.io&gt;
Cc: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
Acked-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>base-files: sysupgrade: always setup overlay when creating backup</title>
<updated>2024-02-19T12:53:14Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2024-02-13T21:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=4fa9aaf0bed984d200b3c48d1cc81fca7847c394'/>
<id>urn:sha1:4fa9aaf0bed984d200b3c48d1cc81fca7847c394</id>
<content type='text'>
Setting overlay while creating backup allows including extra files in
archive without actually writing them to flash. Right now this feature
is limited to /etc/backup/ directory and is used only for including
installed_packages.txt.

Extend this solution to make it more generic:
1. Always mount overlay while creating backup
2. Overlay whole / to don't limit it to /etc/backup/

This allows including any additional files in backups and adding more
sysupgrade features.

Cc: Luiz Angelo Daros de Luca &lt;luizluca@gmail.com&gt;
Cc: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
Cc: Jo-Philipp Wich &lt;jo@mein.io&gt;
Cc: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>base-files: sysupgrade: always cleanup after backups</title>
<updated>2024-02-19T11:41:40Z</updated>
<author>
<name>Luiz Angelo Daros de Luca</name>
</author>
<published>2022-10-20T02:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=700907bc6371939256129b00c1324f3a5942f007'/>
<id>urn:sha1:700907bc6371939256129b00c1324f3a5942f007</id>
<content type='text'>
When tar was failing, it was exiting immediately. Some files and the
tmpfs mount (-k) would remain breaking the next backup attempt.

Also remove redundant $? from exit builtin call as exit already returns
the last command exit code when called.

Signed-off-by: Luiz Angelo Daros de Luca &lt;luizluca@gmail.com&gt;
</content>
</entry>
<entry>
<title>base-files: sysupgrade: do not hide tar errors</title>
<updated>2024-02-19T11:41:40Z</updated>
<author>
<name>Luiz Angelo Daros de Luca</name>
</author>
<published>2022-10-20T02:12:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=14ac91c68c0e17b8ec705256f0d9092bfb899466'/>
<id>urn:sha1:14ac91c68c0e17b8ec705256f0d9092bfb899466</id>
<content type='text'>
tar stderr was probably discarded only to remove this message:

  tar: removing leading '/' from member names

However, together with that, any other error would also be discarded.
It is easier to fix that allowing the error message to be printed.

In sysupgrade, the backup file list only uses absolute paths. That way,
the solution is to remove the leading '/' from all files (sed) and chdir
to / (option -C /)

Signed-off-by: Luiz Angelo Daros de Luca &lt;luizluca@gmail.com&gt;
</content>
</entry>
<entry>
<title>mediatek: filogic: move mt7981 on-SoC blocks to "soc" node in DT</title>
<updated>2024-02-19T06:02:49Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2024-02-19T05:36:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=0ef927472148a7b6639d2e2382b78bfe8f37b80f'/>
<id>urn:sha1:0ef927472148a7b6639d2e2382b78bfe8f37b80f</id>
<content type='text'>
It's a standard way of grouping on-SoC hardware blocks and this matches
upstream DTS.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>mediatek: filogic: fix nvmem cell names of the GL.iNet MT-2500</title>
<updated>2024-02-19T03:23:43Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-02-18T05:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/wigyori/commit/?id=fba79f39f267c942dd672f0f9a787bc1833c099e'/>
<id>urn:sha1:fba79f39f267c942dd672f0f9a787bc1833c099e</id>
<content type='text'>
Fix style of nvmem cell names in the device tree of the GL.iNet MT-2500.

Fixes: 49ed52b862 ("mediatek: filogic: convert GL.iNet MT-2500 to use NVMEM-on-MMC)"
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
