From: Linus Lüssing
Date: Sun, 16 Aug 2020 22:24:24 +0200
> I'm aware that this is quite a hack, so I'm unsure if this is suitable
> for upstream. On the other hand, the Android ticket isn't moving
> anywhere and even if it were fixed in Android, I'd expect it to take
> years until that fix would
It seems that proc_add_mdns is unable to add multiple entries for a process.
For instance, if lighttpd is enabled for TLS/HTTPS and HTTP, then one might
want to say:
procd_add_mdns "http" "tcp" "80" "daemon=lighttpd"
procd_add_mdns "https" "tcp" "443" "daemon=lighttpd"
But, this doesn'
From: Stephen Hemminger
Date: Sun, 16 Aug 2020 15:08:13 -0700
> Rather than adding yet another feature to the bridge, could this hack be done
> by
> having a BPF hook? or netfilter module?
Stephen please do not quote an entire huge patch just to add a small
amount of commentary at the end.
Tha
On Sun, 16 Aug 2020 22:24:24 +0200
Linus Lüssing wrote:
> Implement a configurable MLD Querier wake-up calls "feature" which
> works around a widely spread Android bug in connection with IGMP/MLD
> snooping.
>
> Currently there are mobile devices (e.g. Android) which are not able
> to receive an
Hi!
I believe Sandeep and Caludio is working on it here and already have kernel 5.4:
https://github.com/linux4sam/openwrt-at91
But it seems they are using 19.07.2 as the base for this work.
Kind regards
David
___
openwrt-devel mailing list
openwrt-devel
Branch: refs/heads/master
Home: https://github.com/sdwalker/sdwalker.github.io
Commit: 9afe9dcfe15bdb715a065ce72a3fdf99a9aa3137
https://github.com/sdwalker/sdwalker.github.io/commit/9afe9dcfe15bdb715a065ce72a3fdf99a9aa3137
Author: Stephen Walker
Date: 2020-08-16 (Sun, 16 Aug 2
Implement a configurable MLD Querier wake-up calls "feature" which
works around a widely spread Android bug in connection with IGMP/MLD
snooping.
Currently there are mobile devices (e.g. Android) which are not able
to receive and respond to MLD Queries reliably because the Wifi driver
filters a lo
From: Qi Liu
In fstools project, block now depends on libfstools to support discovery
and mounting of rootfs_data volume on non-MTD devices.
This patch depends on patch 'fstools: support extroot for non-MTD
rootfs_data' in fstools project.
Signed-off-by: Qi Liu
---
package/system/fstools/Make
Hi Sandeep,
The at91 target in OpenWrt is still on kernel 4.14, we plan to do a new
OpenWrt release based on kernel 5.4 soon and will remove all targets
which are not on this kernel version, which currently includes the at91
target.
See here for details:
https://www.mail-archive.com/openwrt-devel@
Hi,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Jo-Philipp Wich
> Sent: Dienstag, 7. Juli 2020 22:11
> To: openwrt-devel@lists.openwrt.org
> Cc: Jo-Philipp Wich
> Subject: [RFC PATCH v2 0/1] Introduce UCI support for configuri
Remove local diag.sh in favor of generic one and add led-* aliases
to DTS.
Signed-off-by: Adrian Schmutzler
---
target/linux/pistachio/base-files/etc/diag.sh | 30 ---
.../903-MIPS-DTS-img-add-led-aliases.patch| 27 +
2 files changed, 27 insertions(+), 30 dele
This uses the vendor_model scheme for the device/image name in
order to make this consistent to most other targets.
Signed-off-by: Adrian Schmutzler
---
target/linux/pistachio/image/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/pistachio/image/Make
On 8/15/20 11:02 AM, Felix Fietkau wrote:
> On 2020-08-14 23:30, Rosen Penev wrote:
>> uClibc-ng works fine. Additionally, most packages have been fixed to
>> compile with uClibc-ng.
>>
>> Signed-off-by: Rosen Penev
> It does not make sense to maintain uClibc-ng for anything other than arc
> (the
On 8/15/20 8:51 PM, Magnus Kroken wrote:
> Hi
>
> On 15.08.2020 20:19, Paul Spooren wrote:
>> Duplicate of this one?
>>
>> https://patchwork.ozlabs.org/project/openwrt/patch/20200725121928.10850-1-mkro...@gmail.com/
>>
> They likely result in the same code, but there is a small difference.
> There
From: Qi Liu
In order to support extroot, block extroot command has to be able to
discover and properly mount the rootfs_data volume in order to discover
the extroot volume. Currently this process can only discover MTD devices.
This patch leverages libfstools in a similar way as mount_root to
dis
15 matches
Mail list logo