dnsmasq ubus bug

2021-11-09 Thread Hartmut Birr
Hi, I've trouble with this commit: dnsmasq: add support for monitoring and modifying dns lookup results via ubus I've two dnsmasq instances configured. After this commit, one instance does crash: Tue Nov 9 23:39:21 2021 daemon.crit dnsmasq[1]: UBus error: Invalid argument Tue Nov 9 23:39:

Re: [PATCH] bcm53xx: add support for Asus RT-AC88U

2021-11-09 Thread Arınç ÜNAL
On 06/11/2021 17:55, Arınç ÜNAL wrote: On 4 Nov 2021, at 10:25, Rafał Miłecki wrote: On 04.11.2021 07:52, Rafał Miłecki wrote: On 25.10.2021 23:37, Arınç ÜNAL wrote: @@ -8,6 +8,12 @@ netgear,r8000) ucidef_set_led_usbport "usb2" "USB 2.0" "bcm53xx:white:usb2" "usb1-port2" "usb2-port

Re: [PATCH 2/2] ath79: mikrotik: Change the moment of routerboot partition parser init

2021-11-09 Thread Robert Marko
On Tue, 9 Nov 2021 at 15:47, Denis Kalashnikov wrote: > > If kernel invokes routerboot partion parser module > (drivers/platform/mikrotik/routerboot.c) init function too early, when SPI > flash > hasn't been found yet, its rb_hardconfig_init() failed with -ENODEV (since no > mtd device with name

Merged: dnsmasq: add match_tag for --dhcp-host

2021-11-09 Thread Kevin Darbyshire-Bryant 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 --- Merged into my staging tree. Thank

[PATCH 1/2] ath79: add support for reset key on MikroTik RB912UAG-2HPnD

2021-11-09 Thread Denis Kalashnikov
On MikroTik RB91x board series a reset key shares SoC gpio line #15 with NAND ALE and NAND IO7. So we need a custom gpio driver to manage this non-trivial connection schema. Also rb91x-nand needs to have ability to disable a polling of the key while it works with NAND, and we need to add "cansleep"

[PATCH 0/2] ath79: add a support for reset key on MikroTik RB912

2021-11-09 Thread Denis Kalashnikov
Add support of a reset key on MikroTik RB91x board series to get a rather usefull ability to reset a device into factory config by pressing the key. Since a reset key on RB91x shares a gpio line with NAND (IO7 and ALE), we see 2 ways to support it: * Add a board specific module that manages this s

[PATCH 2/2] ath79: mikrotik: Change the moment of routerboot partition parser init

2021-11-09 Thread Denis Kalashnikov
If kernel invokes routerboot partion parser module (drivers/platform/mikrotik/routerboot.c) init function too early, when SPI flash hasn't been found yet, its rb_hardconfig_init() failed with -ENODEV (since no mtd device with name "hard_config" was found). In this case when kernel calls ath9k probe