Build tested: apalis, mx6sabresd, nitrogen6dl, nitrogen6dl2g, nitrogen6q,
nitrogen6q2g, nitrogen6s, nitrogen6s1g, wandboard
Run tested: apalis (pending PR #1595)
Cc: Felix Fietkau
Cc: Vladimir Vid
Cc: Koen Vandeputte
Signed-off-by: Petr Štetiar
---
package/boot/uboot-imx6/Makef
This patch fixes following error with U-Boot 2019.01 on imx6:
In file included from tools/lib/crc16.c:1:0:
./tools/../lib/crc16.c: In function 'crc16_ccitt':
./tools/../lib/crc16.c:70:2: error: 'for' loop initial declarations are only
allowed in C99 mode
for (int i = 0; i < len; i++)
^
From: Robert Resch
This patch enables support for 2nd USB port, which is available on
Fritz!Box 7320 and 7330. It was run-tested on 7320 and 7330 as well.
It's just rework of previous Robert's patch email attempt[1], this time
in proper format.
1. http://lists.infradead.org/pipermail/openwrt-de
This is the remainder of kernel patches for the v4.19
kernel. A whole slew of the previous patch stack is now
upstream, so this mainly contains the stuff that was
added upstream between v4.19 and v5.0-rc1, and then
the USB FOTG201 patches from Hans.
Signed-off-by: Linus Walleij
---
ChangeLog v1->
This generates images for the StorLink SL93512R reference
design which is supported in kernel v4.19.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Resend.
---
target/linux/gemini/image/Makefile | 21 +
1 file changed, 21 insertions(+)
diff --git a/target/linux/gemini/
This adds a config and augments the gemini makefile to
use kernel v4.19.
These devices work so much better with v4.19 so let's
immediately make it the default.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Run the config through OpenWrt make kernel_oldconfig
and inspect the result. Look
The DIR-685 needs this module compiled in for safety
(it is facing the LAN ports) and it is now using the DSA
switch architecture so swconfig is not needed.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Resend.
---
target/linux/gemini/image/Makefile | 1 -
1 file changed, 1 deletion(-)
d
This updates the Gemini platform to use kernel v4.19.
Since many of the in-flight patches are upstream in v4.19
we cut down a bit on the patch burden with this, and we
also invented and patched some new stuff.
As the Gemini platforms use DSA switches as of v4.19 we
don't need the switch kmod or s
On Wednesday, January 23, 2019 2:26:20 PM CET Koen Vandeputte wrote:
> Hi Christian,
>
> fwiw, I've been using every musl git bump up to this release on my
> devices offshore. It has been running on ~65 devices covering multiple
> arches. (armv6k-mpcore, armv7, mips24, mips74, x86_64)
>
> Looks
On Wed, Jan 23, 2019 at 2:50 PM Jason A. Donenfeld wrote:
>
> * tools: curve25519: handle unaligned loads/stores safely
>
> This should fix sporadic crashes with `wg pubkey` on certain architectures.
>
> * netlink: auth socket changes against namespace of socket
>
> In WireGuard, the underlying UD
* tools: curve25519: handle unaligned loads/stores safely
This should fix sporadic crashes with `wg pubkey` on certain architectures.
* netlink: auth socket changes against namespace of socket
In WireGuard, the underlying UDP socket lives in the namespace where the
interface was created and does
Hi Christian,
fwiw, I've been using every musl git bump up to this release on my
devices offshore. It has been running on ~65 devices covering multiple
arches. (armv6k-mpcore, armv7, mips24, mips74, x86_64)
Looks really ok to me, and I statistically do see a drop in weird
one-time issues com
On Tue, 22 Jan 2019 at 23:06, Jeff Kletsky wrote:
> Use of CPP #include vs. Device Tree /include/
> =
>
> * It appears that the CPP #include is preferred. Is this correct?
Yes. That one is commonly used by DTS in Linux's sources and we try to
match it w
Thank you Chuanhong for handling this so well!
Few minor comments below.
On Wed, 23 Jan 2019 at 04:09, Chuanhong Guo wrote:
> On Wed, Jan 23, 2019 at 6:07 AM Jeff Kletsky wrote:
> ...
> >
> > Choice of Node Naming for Partitions
> >
> >
> > In some DTS files
14 matches
Mail list logo