Re: Enabling Wi-Fi on First boot

2021-07-09 Thread Henrique de Moraes Holschuh
On 06/07/2021 13:05, Michael Richardson wrote: Henrique de Moraes Holschuh wrote: > So, to safely and responsibly enable wireless by default in a device (or > firmware) you're delivering to a third-party, you need that "per-unit unique > wireless password" per device thing most v

[PATCH v7 2/2] dnsmasq: add config option for connmark DNS filtering

2021-07-09 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (See https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. package/network/services/dnsmasq/files/dns

[PATCH v7 1/2] dnsmasq: Update to version 2.86test5

2021-07-09 Thread Etan Kissling
Need this version to add config option for connmark DNS filtering. Summary of upstream CHANGELOG: * Handle DHCPREBIND requests in the DHCPv6 server code. * Fix bug which caused dnsmasq to lose track of processes forked. * Major rewrite of the DNS server and domain handling code. * Revise resource

Re: [PATCH luci] luci-mod-network: wireless.js: allow changing the 60 GHz radio's frequency

2021-07-09 Thread Jo-Philipp Wich
Hi Alex, thank you for this patch. Based on your submission I pushed a somewhat smaller fix to LuCI master which omits the last two hunks: https://github.com/openwrt/luci/commit/e5626ece12236f6be9dbb6da6eb90fcbb469a1f0 The code related to the `hwmode` option is there for backwards compatibility r

[PATCH luci] luci-mod-network: wireless.js: allow changing the 60 GHz radio's frequency

2021-07-09 Thread Alex Henrie
The text "Operating frequency" was still on the form, but there was no drop-down next to it. Also, it was only possible to edit the 60 GHz radio's settings once: After that, instead of a settings dialog, an error dialog would appear that said "TypeError: chan.options[0] is undefined". "mhz >= 5832

RE: X86_64 : 8 CPU limitation on Vanilla release

2021-07-09 Thread Brice GIBOUDEAU 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 --- Will read the procedure and submit

RE: X86_64 : 8 CPU limitation on Vanilla release

2021-07-09 Thread Brice GIBOUDEAU 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 --- Will read the procedure and submit

RE: [PATCH 19.07 4/4] treewide: mark selected packages nonshared

2021-07-09 Thread Adrian Schmutzler
> -Original Message- > From: Giovanni Giacobbi [mailto:giova...@giacobbi.net] > Sent: Freitag, 9. Juli 2021 09:37 > To: Adrian Schmutzler ; 'Paul Spooren' > ; 'Petr Štetiar' ; openwrt- > de...@lists.openwrt.org > Cc: 'Hannu Nyman' > Subject: Re: [PATCH 19.07 4/4] treewide: mark selected pa

[PATCH] relayd: don't break localhost

2021-07-09 Thread Dmitry Ivanov 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 --- Relayd is adding default route to

Re: X86_64 : 8 CPU limitation on Vanilla release

2021-07-09 Thread Alberto Bursi
On 09/07/21 10:03, Brice GIBOUDEAU via openwrt-devel wrote: Hello, I'm reaching out to you about a limitation on the X86_64 target. We use this version to operate large scale Wireguard VPNs on VMs and physical servers (DELL & HP). The actual limitation of 8 CPU is the only reason why we h

[PATCH v2] ipq40xx: increase SPI frequency for Zyxel NBG6617

2021-07-09 Thread Dmitry Tunin
The mx25l25635e supports clock speed up to 50Mhz. Also remove obsolete "mx25l25635f" hack. Signed-off-by: Dmitry Tunin --- .../files/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ipq40xx/files/arch/arm/b

Re: [PATCH] ipq40xx: increase SPI frequency for Zyxel NBG6617 The mx25l25635e supports clock speed up to 50Mhz.

2021-07-09 Thread Christian Lamparter
On 09/07/2021 11:15, Dmitry Tunin wrote: Also remove obsolete "mx25l25635f" hack. Looks like the subject contains part of the commit message?! Please try to keep that subject line short enough (like 50-60 letters) so it doesn't wrap on git.openwrt.org / github view. (while at it please also ch

[PATCH] ipq40xx: increase SPI frequency for Zyxel NBG6617 The mx25l25635e supports clock speed up to 50Mhz.

2021-07-09 Thread Dmitry Tunin
Also remove obsolete "mx25l25635f" hack. Signed-off-by: Dmitry Tunin --- .../ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-nbg6617.dts b/target/linux/ip

X86_64 : 8 CPU limitation on Vanilla release

2021-07-09 Thread Brice GIBOUDEAU 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 --- Hello, I'm reaching out to you ab

Re: [PATCH 19.07 4/4] treewide: mark selected packages nonshared

2021-07-09 Thread Giovanni Giacobbi
On 04/07/2021 14:46, Adrian Schmutzler wrote: PKG_NAME:=json-c PKG_VERSION:=0.12.1 -PKG_RELEASE:=3.1 +PKG_RELEASE:=3.2 I've never seen a non integer release, is there a special reason for this? I've also used this as standard scheme for changes in stable branches. The advantage is that y