[PATCH] octeontx: add default packages for on-board devices

2023-02-17 Thread Tim Harvey
The Gateworks Newport boards supported by the octeontx target have the following on-board devices: - Gateworks System Controller - GPIO buttons - GPIO leds - GPS PPS - Accelerometer - MCP251X CAN controller Add kernel drivers for these devices in DEFAULT_PACKAGES Signed-off-by: Tim Harvey

[PATCH] kernel: can: fix MCP251x CAN controller module autoload

2023-02-17 Thread Tim Harvey
Fix autoload module name for can-mcp251x kmod. Signed-off-by: Tim Harvey --- package/kernel/linux/modules/can.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/can.mk b/package/kernel/linux/modules/can.mk index 9cdebb9091a6..4ff85d1c0137 100644

[PATCH] kernel: replace out-of-tree hwmon-gsc driver with in-tree

2023-02-17 Thread Tim Harvey
The Gateworks GSC drivers were merged in Linux v5.8: - remove the old out-of-tree module - add configuration for the in-tree modules Signed-off-by: Tim Harvey --- package/kernel/hwmon-gsc/Makefile | 28 --- package/kernel/hwmon-gsc/src/Makefile | 1 - package/kernel/hwmon-gsc/src/gsc.c

[PATCH RFT 0/2] ipq807x: ZyXEL NBG7815: add fan support

2023-02-17 Thread Enrico Mioso
Add on/off fan support for the ZyXEL NBG7815. Single CPU cores, cluster CPU temperatures and the Aquantia PHY temperature sensor are monitored. The tmp103 sensor is missing from this patch, and can be added later, when kernel is bumped to 6.x, as it seems to require non-trivial hwmon backporting. A

[PATCH 2/2] hack-5.15: add Aquantia PHY hwmon temperature clamp patch

2023-02-17 Thread Enrico Mioso
This is needed to avoid failures in the thermal subsystem while using this driver via hwmon subsystem. CC: Andre Valentin CC: Karol Przybylski Signed-off-by: Enrico Mioso --- ...-clamp-temperature-value-in-aqr_hwmo.patch | 30 +++ 1 file changed, 30 insertions(+) create mode 1

[PATCH 1/2] ipq807x: ZyXEL NBG7815: add fan support

2023-02-17 Thread Enrico Mioso
Add on/off fan support for the ZyXEL NBG7815. Single CPU cores, cluster CPU temperatures and the Aquantia PHY temperature sensor are monitored. The tmp103 sensor is missing from this patch, and can be added later, when kernel is bumped to 6.x, as it seems to require non-trivial hwmon backporting. A

[PATCH 1/2] imx: image: ventana: use squashfs rootfs for non NAND devices

2023-02-17 Thread Tim Harvey
In order to support squashfs+ext4 define rootfstype=squashfs and use P2 as P1 is boot filesystem. Signed-off-by: Tim Harvey --- target/linux/imx/image/bootscript-ventana | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/imx/image/bootscript-ventana b/target/li

[PATCH 2/2] imx: image: ventana: add blkdev compressed disk image

2023-02-17 Thread Tim Harvey
Add a ventana-img.gz compressed disk image to support squashfs+ext4 on a block storage device such as USB/MMC/SATA. The Ventana bootloader expects the bootscript to be boot/6x_bootscript-ventana therefore we must create a bootfs that matches this. Signed-off-by: Tim Harvey --- target/linux/imx/

[openwrt] Patch notification: 1 patch updated

2023-02-17 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in Patchwork: * openwrt: build: add option to use preinit IP as LAN IP - http://patchwork.ozlabs.org/project/openwrt/patch/mailman.46047.1670443421.4154159.openwrt-de...@lists.openwrt.org/ - for: OpenWrt development wa

[PATCH v2] sdk: expose PATENTED an NLS build options

2023-02-17 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Some packages offer functionalities guarded by these options and it'll be impossible to reach them without changing Config-build.in. So allow to toggle these in more friendly way, by exposing them in configuration menu. Signed-off-by: Tomasz Maciej Nowak --- v1 -> v2 *

Re: [PATCH odhcpd v2 2/2] router: always check ra_default

2023-02-17 Thread Hans Dedecker
On Thu, Feb 16, 2023 at 9:30 PM wrote: > > We currently only check ra_default when an interface has valid > addresses. This results in ra_default being ignored in case we have an > interface with only link-local addresses. This effectively breaks the > use of value 2 for the ra_default parameter.

Re: [PATCH odhcpd v2 1/2] router: improve RA logging

2023-02-17 Thread Hans Dedecker
On Thu, Feb 16, 2023 at 9:30 PM wrote: > > We only set the RA lifetime to what is configured in UCI when there is a > default route and valid prefix. In any other case, we set it to 0. This > leads to confusion where people believe ra_lifetime is completely > ignored. In case there is a default ro

Re: [PATCH] tools: meson: bump to 1.0.0

2023-02-17 Thread Andre Heider
On 17/02/2023 10:18, Koen Vandeputte wrote: Drop upstreamed patch. Tested by compiling the complete gstreamer package which heavily depends on this one. Signed-off-by: Koen Vandeputte Not possible unfortunately, see https://github.com/openwrt/openwrt/pull/10543 We tried a few times to get

[PATCH] tools: meson: bump to 1.0.0

2023-02-17 Thread Koen Vandeputte
Drop upstreamed patch. Tested by compiling the complete gstreamer package which heavily depends on this one. Signed-off-by: Koen Vandeputte --- This patch is a requirement to build gstreamer 1.22.0 for which a PR is ready to submit in package feed tools/meson/Makefile | 4 ++--