[PATCH firewall3] ipsets: allow commented lines with loadfile

2020-10-25 Thread Daniel Harding
When loading ipset files using the loadfile option, skip lines that start with '#'. Signed-off-by: Daniel Harding --- ipsets.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipsets.c b/ipsets.c index 280845b..720f8c8 100644 --- a/ipsets.c +++ b/ipsets.c @@ -351,7 +351,8

Re: Alix2 doesn't boot

2020-10-25 Thread Russell Senior
I built and ran a version successfully from master recently (14607-g3fab4ace57) around the end of September. On Sat, Oct 24, 2020 at 12:13 PM nino wrote: > > Hi all, > > I'm trying to install latest openwrt releases to my old pcengines Alix > 2d2 board. > > All latest release from 17.01.0 to

[no subject]

2020-10-25 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

Re: Fate of kernel 4.19

2020-10-25 Thread Nick
blocktrron helped me to fix the jffs2 error! :) https://github.com/openwrt/openwrt/pull/3536 I don't require 4.19 kernel for ath79 anymore. On 10/14/20 1:31 PM, Nick wrote: >> the last time I tried with IPQ40xx a 5.4 kernel the switch was not working >> correctly [1]. > There is a working

RE: Fate of kernel 4.19

2020-10-25 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Nick > Sent: Sonntag, 25. Oktober 2020 13:14 > To: openwrt-devel@lists.openwrt.org > Subject: Re: Fate of kernel 4.19 > > blocktrron helped me to fix the jffs2 error! :) >

Re: busybox: allow ntpd to run as non-root ntpd user (master breakage)

2020-10-25 Thread Etienne Champetier
Hello Daniel, Le dim. 25 oct. 2020 à 09:08, LEDE Commits a écrit : > > dangole pushed a commit to openwrt/openwrt.git, branch master: > https://git.openwrt.org/2d34355e16b442fcf51e93786401716dae3c4ea2 > > commit 2d34355e16b442fcf51e93786401716dae3c4ea2 > Author: Daniel Golle > AuthorDate: Mon

Re: [PATCH] ubusd_acl: add support for wildcard in methods

2020-10-25 Thread Daniel Golle
On Fri, Oct 23, 2020 at 03:01:55AM +0200, Ansuel Smith wrote: > Add support for wildcard in methods to permiss access to all methods > defined by the object. This can be usefull for process that run as > non-root user and needs to access ubus method. > > Signed-off-by: Ansuel Smith > --- >

[PATCH] [RFT] glibc: update to latest stable version 2.32

2020-10-25 Thread Hans Dedecker
Update to latest stable version 2.32 refresh patches : 050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch 00-fix_cross_rpcgen.patch Signed-off-by: Hans Dedecker --- toolchain/glibc/common.mk | 6 +- ...use-of-DES-encryption-functions-in-n.patch

Re: ddns is broken

2020-10-25 Thread Ansuel Smith
Now I can't understand why for ipv6 works and is broken for ipv4. Any idea? Il giorno dom 25 ott 2020 alle ore 22:17 e9hack ha scritto: > > Hi, > > commit 5b362932a7df5ce44ca3a8f4cf1d2b225ca8d5ae > ddns-scripts: use ip_source as bind_network default > > breaks ddns for ipv4, if pppoe is used for

Re: Alix2 doesn't boot

2020-10-25 Thread nino
I tried to compile commit you suggested me but my alix stops to boot at the same point... neither console prompt or login by serial neither network reachability. Any suggestions? Thank you Nino Il 25/10/20 10:50, Russell Senior ha scritto: > I built and ran a version successfully from master

Re: [PATCH firewall3] ipsets: allow commented lines with loadfile

2020-10-25 Thread Henrique de Moraes Holschuh
On 25/10/2020 05:11, Daniel Harding wrote: When loading ipset files using the loadfile option, skip lines that start with '#'. I suggest skipping any leading whitespace before checking for '#', preferably through cype.h isblank() if the codebase already uses ctype.h. If you don't allow

Are LEGACY_DEVICES obsolete?

2020-10-25 Thread Adrian Schmutzler
Hi, I just stumbled over the LEGACY_DEVICES variable in image.mk: https://github.com/openwrt/openwrt/blob/master/include/image.mk#L748 It looks to me like we don't have any LEGACY_DEVICES left, grep didn't produce anything in entire target/. Have I overlooked something or can we actually

Re: [PATCH] ubusd_acl: add support for wildcard in methods

2020-10-25 Thread Henrique de Moraes Holschuh
On 25/10/2020 15:28, Daniel Golle wrote: On Fri, Oct 23, 2020 at 03:01:55AM +0200, Ansuel Smith wrote: Add support for wildcard in methods to permiss access to all methods defined by the object. This can be usefull for process that run as non-root user and needs to access ubus method.

Re: ddns is broken

2020-10-25 Thread e9hack
Hi, ifstatus reports for wan "l3_device": "pppoe-wan" "device": "eth0.7" and for wan_6 "l3_device": "pppoe-wan" "device": "pppoe-wan" I think, ddns is broken to extract the proper interface. For ipv4, I see with ps a running curl request with interface eth0.7. Regards, Hartmut Am

ddns is broken

2020-10-25 Thread e9hack
Hi, commit 5b362932a7df5ce44ca3a8f4cf1d2b225ca8d5ae ddns-scripts: use ip_source as bind_network default breaks ddns for ipv4, if pppoe is used for wan access. This commit sets eth0.7 as interface for curl in my case. The correct interface is pppoe-wan. For ipv6 the correct interface is set.

Re: [PATCH] hostapd: Add cell_density data rates option

2020-10-25 Thread David Bauer
Hi Nick, see my inline comment On 10/19/20 1:56 AM, Nick Lowe wrote: > .../network/services/hostapd/files/hostapd.sh | 70 +++ > 1 file changed, 57 insertions(+), 13 deletions(-) > > diff --git a/package/network/services/hostapd/files/hostapd.sh >