Buildbot stuck? No new packages builds since Tuesday 22nd

2021-06-26 Thread Hannu Nyman
Looks like the packages buildbot is somehow stuck. No new builds has been uploaded since Tuesday 22nd. https://downloads.openwrt.org/snapshots/packages/ Buildbot status shows only janitor activity for the last four days. https://buildbot.openwrt.org/master/packages/#/waterfall _

Re: Buildbot stuck? No new packages builds since Tuesday 22nd

2021-06-26 Thread Hauke Mehrtens
On 6/26/21 10:15 AM, Hannu Nyman wrote: Looks like the packages buildbot is somehow stuck. No new builds has been uploaded since Tuesday 22nd. https://downloads.openwrt.org/snapshots/packages/ Buildbot status shows only janitor activity for the last four days. https://buildbot.openwrt.org/maste

Re: [PATCH 2/3] base-files: failsafe: Start also CPU interface for DSA

2021-06-26 Thread Hauke Mehrtens
On 6/24/21 11:13 PM, Sven Roederer wrote: Am Sonntag, 20. Juni 2021, 17:11:08 CEST schrieb Hauke Mehrtens: On 6/20/21 4:30 PM, Sven Roederer wrote: The Rb750 is DSA, so it seems there is still something wrong. I'll retest with current master soon, to rule out issues based on 21.02-rc3. Sven

[PATCH v3 1/2] dnsmasq: Update to version 2.86test3

2021-06-26 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

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

2021-06-26 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 to 2.86test3. package/network/services/dnsm

Merged: dnsmasq: add config option for connmark DNS filtering

2021-06-26 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Merged: dnsmasq: Update to version 2.86test3

2021-06-26 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH 21.02 1/2] dnsmasq: Update to version 2.86test3

2021-06-26 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

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

2021-06-26 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (cherry picked from commit dea4bae7c2b963af02e1e3e3bdb5cd656a5ea3d3) Signed-off-by: Etan Kissling --- package/network/services/dnsmasq/files/dnsmasq.init | 12 1 file changed, 12 insertion

Re: [PATCH v2 4/5] realtek: Fix failsafe mode

2021-06-26 Thread Birger Koblitz
Hi Hauke, it looks as if there could be a more elegant solution to this, tomn just posted this on the forum: https://forum.openwrt.org/t/support-for-rtl838x-based-managed-switches/57875 I did not have time to test it so far, though. Birger On 22/06/2021 00:45, Hauke Mehrtens wrote: The RTL8380

[PATCH] ltq-deu: Mark lantiq DEU broken

2021-06-26 Thread Hauke Mehrtens
When the ltq_deu_vr9 kernel module is loaded, hostapd does not start any more. it fails with thgis error message: daemon.err hostapd: nl80211: kernel reports: key addition failed daemon.err hostapd: Interface initialization failed OpenWrt uses the standard Linux crypto API in the wifi drivers now

[PATCH v4 1/2] dnsmasq: Update to version 2.86test3

2021-06-26 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

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

2021-06-26 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 to 2.86test3. package/network/services/dnsm