Oleg S.

Results 19 issues of Oleg S.

This PR is related with https://github.com/TortoiseGit/TortoiseGit/pull/234

Related commit: https://github.com/TortoiseGit/TortoiseGit/commit/dcdd4333426c511b99ea7a3849882d193f4e3c53 Related issue: https://gitlab.com/tortoisegit/tortoisegit/-/issues/3590 This is what the dialog box looks like: ![sh_0930](https://user-images.githubusercontent.com/9350115/96259722-afa99580-0fc6-11eb-9ab1-c457bc98de5d.jpg)

For a full description of the problem with the detection of partition ubi, look here: https://forum.openwrt.org/t/adding-openwrt-support-for-xiaomi-redmi-router-ax6s-xiaomi-router-ax3200/111085/1042 Problem: If you specify flag "denx,fit" for partition "kernel", then the kernel tries to...

core packages
target/mediatek

This patch includes three additions: 1) Check stock firmware by router model number. 2) Allows using Luci do revert to stock firmware for Xiaomi AX6S router. 3) Allows to install...

target/mediatek

TFB results of 2023-04-06: https://www.techempower.com/benchmarks/#section=test&runid=ab65d6b5-8efc-4a65-9c5c-c31667418528 Full stat of tests: https://tfb-status.techempower.com/raw/results.2023-04-06-08-48-50-340.zip (56MB) **Parsed stats:** Format: `total_test_time` (`build_time` + `verify_time`) `test_name` ``` $ python3 tfb_res.py -f results.2023-04-06-08-48-50-340.zip Number of frameworks: 295 Number...

**Problem:** Many frameworks use various methods to reduce the size of the response in order to increase the speed. One way is to populate the `Server` field with a single...

package hwmon's `emc2305.ko`. This module supports the Microchip Technology Inc (SMSC) EMC2301/EMC2302/EMC2303/EMC2305 fan speed PWM controllers chips. This PR is needed to add a new device `Xiaomi R3D`: https://github.com/openwrt/openwrt/pull/14373

kernel
core packages

Package `ovpn-dco` needed update for support 6.6 kernel. Makefile changes: ``` PKG_VERSION:=0.2.20240320 PKG_HASH:=83a02dc3e6e40b0ef128cd32ce7f47da7fccd759af68657f44925d64a88db37b ```

Xiaomi R3D is a 2.4/5 GHz band 11ac router, based on IPQ8064. ---- Specification: ---- * SoC: Qualcomm IPQ8064 * RAM: 512MB DDR3 * STOR: 256MB NAND (Macronix MX30UF2G18AC-TI) *...

target/ipq806x
core packages

Problematic place in the code: https://github.com/Aussiemon/ljd/blob/1c4e1a2a9bd8c11aea045045fd955b5ea1c8a6c5/ljd/ast/slotworks.py#L252 Test code: ``` _remove_invalid_references() if (len(info.references) != 2): for ref in info.references: print("ID:", ref.identifier.id) assert len(info.references) == 2 ``` Output: ``` ID: 861 ID:...