Re: OpenWRT for my tp-link EX510 AX3000 Dual Band Wi-Fi 6 Router?

2024-03-03 Thread Turritopsis Dohrnii Teo En Ming 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 --- On Sunday, March 3rd, 2024 at 12:0

[sdwalker/sdwalker.github.io] a1869a: This week's update

2024-03-03 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 Home

Re: rpcd / acl.d problem

2024-03-03 Thread Paul D
On 2024-03-02 19:50, Jo-Philipp Wich wrote: Hi. You need a double backslash to escape the backslash itself. "/usr/bin/find -L /dev -maxdepth 3 -type c -name lp\\[0-9\\]": ["exec"] ~ Jo No go. Still 403. Pretty sure I've tried all workable permutations in the js and JSON of escaping. Rest

[PATCH] scripts: create kernel configuration upgrade script

2024-03-03 Thread Elliott Mitchell
Date: Tue, 6 Feb 2024 17:16:41 -0800 Create a script for automating kernel version changes. This generates a pair of commits which cause history to remain attached to all versioned configuration files. Crucially this makes `git blame` work without needing --find-copies-harder, which is too slow

[PATCH] base-files: sysupgrade: fix generating backup to stdout

2024-03-03 Thread Rafał Miłecki
From: Rafał Miłecki Before recent change "tar" command was called with an "-f" argument which accepts "-" for stdout output. Bring back support for that feature with new code. Fixes: e36cc530927c ("base-files: sysupgrade: use tar helper to include installed_packages.txt") Fixes: https://github.