Re: [maintainer-tools PATCH] update_kernel.sh: update it to new kernel hash/version file way

2022-01-16 Thread Rui Salvaterra
Hi, Ansuel, On Sun, 16 Jan 2022 at 20:38, Ansuel Smith wrote: > > Openwrt changed how the hash/version of the various kernel are declared > and saved. > They are now placed in dedicated files. Fix the update_kernel.sh script > to update the kernel version/hash to the correct file. > > Signed-off-

[PATCH] ltq-vdsl-mei: Remove static linking

2022-01-16 Thread Hauke Mehrtens
This removes -static compile option. The -static option tells GCC to link this statically with the libc, which we do not want in OpenWrt. We want to link everything dynamically to the libc. This fixes a compile problem with glibc. Signed-off-by: Hauke Mehrtens --- .../patches/030-no-static-linki

[PATCH 2/2] devices: Add Cypress CYW43455

2022-01-16 Thread Hauke Mehrtens
This adds the Cypress CYW43455. This device was found on the Raspberry Pi 4. Signed-off-by: Hauke Mehrtens --- devices.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.txt b/devices.txt index 3cec45a..19c7a48 100644 --- a/devices.txt +++ b/devices.txt @@ -198,4 +198,5 @@ 0x14c3 0

[PATCH 1/2] devices: Add Atheros AR9381

2022-01-16 Thread Hauke Mehrtens
This adds the Atheros AR9381 to the devices list. This card was found in the TP-LINK TD-W8970. Signed-off-by: Hauke Mehrtens --- devices.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.txt b/devices.txt index e6c18e6..3cec45a 100644 --- a/devices.txt +++ b/devices.txt @@ -172,6 +

[sdwalker/sdwalker.github.io] c7abc3: This week's update

2022-01-16 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master Home

[maintainer-tools PATCH] update_kernel.sh: update it to new kernel hash/version file way

2022-01-16 Thread Ansuel Smith
Openwrt changed how the hash/version of the various kernel are declared and saved. They are now placed in dedicated files. Fix the update_kernel.sh script to update the kernel version/hash to the correct file. Signed-off-by: Ansuel Smith --- update_kernel.sh | 2 +- 1 file changed, 1 insertion(+

[PATCH] ugps: add baud rate command line option

2022-01-16 Thread Wojciech Jowsa
currently, gps device baud rate is hardcoded so ugps might not work with devices that baud rate is configured to be different than 4800. Signed-off-by: Wojciech Jowsa --- main.c | 30 -- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c in

[PATCH] ugps: add baud rate command line option

2022-01-16 Thread Wojciech Jowsa
currently, gps device baud rate is hardcoded so ugps might not work with devices that baud rate is configured to be different than 4800. Signed-off-by: Wojciech Jowsa --- main.c | 34 -- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/main.c b/main.

[PATCH v2] kernel/5.10: remove CONFIG_DEVTMPFS{, _MOUNT} from kconfigs

2022-01-16 Thread Rui Salvaterra
They are required for container support, but are handled in Config-kernel.in. Signed-off-by: Rui Salvaterra --- v2: keep both ksyms (disabled) in the generic kconfig. target/linux/archs38/config-5.10 | 1 - target/linux/layerscape/armv7/config-5.10 | 2 -- target/linux/layersca

Re: [PATCH] kernel/5.10: remove CONFIG_DEVTMPFS{, _MOUNT} from kconfigs

2022-01-16 Thread Rui Salvaterra
Please don't merge this, removing the ksyms from the generic kconfigs will make make kernel_oldconfig prompt back for them, which definitely isn't what I intended. Will fix an resend a v2. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org ht

Re: [PATCH] ugps: add baud rate command line option

2022-01-16 Thread John Crispin
Hi, thanks for the patch ! + default: + return B0; please default to B4800 and add a fprintf(stderr, ...) indicating this decision     John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[PATCH] ugps: add baud rate command line option

2022-01-16 Thread Wojciech Jowsa
currently, gps device baud rate is hardcoded so ugps might not work with devices that baud rate is configured to be different than 4800. Signed-off-by: Wojciech Jowsa --- main.c | 34 -- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/main.c b/main.

[PATCH v2] ath79: Add support for Ubiquiti NanoBeam AC Gen1 XC

2022-01-16 Thread Daniel González Cabanelas
The Ubiquiti NanoBeam AC Gen1 XC (NBE-5AC-19) is an outdoor 802.11ac CPE with a waterproof casing (ultrasonically welded) and bulb shaped. Hardware: - SoC: Qualcomm Atheros QCA9558 - RAM: 128 MB DDR2 - Flash: 16 MB SPI NOR - Ethernet: 1x GbE, AR8033 phy connected via SGMII - PSU: 24 Vdc pass

Re: [PATCH] firmware-utils: support checksum for AVM fritzbox wasp SOCs

2022-01-16 Thread Hauke Mehrtens
Hi, This code looks good in general just some small comments. Hauke On 1/13/22 11:20, kestrel1...@t-online.de wrote: From: Daniel Kestrel This patch adds creating the checksum to be able to create an image and boot the secondary ath79 based wireless assist (WASP) SoC with a second instance o