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-
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
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
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 +
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
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(+
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
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.
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
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
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
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.
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
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
14 matches
Mail list logo