[PATCH] ath79: add support for Mikrotik SXT-R LTE

2022-03-04 Thread mk 378
This adds support for the Mikrotik SXT-R LTE device, which is an outdoor router that hosts an LTE modem mini PCIe card for its WAN connection. The LTE antenna system claims a 9 dBi gain. Hardware: - SoC: QCA9531 - Flash: 16 MiB SPI NOR - RAM: 64 MiB DDR2 - WiFi: None (no antenna

Re: [PATCH] bcm4908: fix sysupgrade with backup

2022-03-04 Thread Rafał Miłecki
On 11.02.2022 19:21, Rafał Miłecki wrote: From: Rafał Miłecki 1. Clean "rootfs_data" manually as bcm4908 doesn't use nand.sh helpers 2. Update image sequence in rootfs_data to make overlay_verify accept it 3. Set CI_UBIPART to make nand_do_upgrade_success() (re)store backup Signed-off-by:

Re: [PATCH] bcm4908: support "rootfs_data" on U-Boot devices

2022-03-04 Thread Rafał Miłecki
On 5.01.2022 23:16, Rafał Miłecki wrote: From: Rafał Miłecki 1. Create "rootfs_data" dynamicaly U-Boot firmware images can contain only kernel and rootfs volume (squashfs in case of OpenWrt). There is no way to include "rootfs_data" UBI volume or make firmware file tell U-Boot to create one.

Re: [PATCH fstools] libfstools: support custom executable validating overlay

2022-03-04 Thread Rafał Miłecki
On 4.01.2022 23:46, Rafał Miłecki wrote: From: Rafał Miłecki This results in calling /usr/libexec/overlay_verify which may either modify overlay (e.g. wipe it) or refuse it. It's needed by targets that need to validate that "rootfs_data" doesn't come from a previous firmware. They may provide

Feature Freeze

2022-03-04 Thread Paul Spooren
Dear all, as discussed during our last member meeting, there is now a feature freeze in place! Please don't commit any major changes until the planed branch around March 20th. After the branch heavy changes (i.e. Kernel 5.15) can be merged, for now we should work on bugs and finish up

[PATCH] Add support for Renkforce WS-WN530HP3-A

2022-03-04 Thread Birger Koblitz
This adds support for the Renkforce WS-WN530HP3-A ceiling- mountable Wireless Access Point, which is powered over PoE. Hardware: - SoC: Mediatek MT7621DAT - RAM: 128MiB on SoC - Flash: 16MiB GigaDevice GD25Q128C - 2.4Ghz Wifi: Mediatek MT603EN - 5GHz Wifi:

[PATCH 2/2] bcm4908: include U-Boot in images

2022-03-04 Thread Rafał Miłecki
From: Rafał Miłecki This is a step forward in adding support for devices with U-Boot. Signed-off-by: Rafał Miłecki --- target/linux/bcm4908/image/bootfs-generic.its | 35 +-- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git

salsa.debian.org as alternative [Was: Re: Switch issues and CI to GitHub]

2022-03-04 Thread Petr Štetiar
Bjørn Mork [2022-01-23 14:26:18]: Hi, > OpenWrt is a rather small project, so it would make sense to piggy-back > on someone with a bit more manpower. salsa.debian.org comes to mind... IIRC it was already proposed in the past already. I'll include following note for future myself: Sun, 27

[PATCH 1/2] uboot-bcm4908: add package with BCM4908 U-Boot

2022-03-04 Thread Rafał Miłecki
From: Rafał Miłecki New BCM4908 devices come with U-Boot instead of CFE. Firmwares for such devices has to include U-Boot. Signed-off-by: Rafał Miłecki --- package/boot/uboot-bcm4908/Makefile | 48 ...ow-to-complete-build-even-with-ad-ho.patch | 40 ++