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:
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
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
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
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"
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
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