[PATCH ubus] lua: add optional path filter to objects() method

2022-05-01 Thread Etienne Champetier
'ubus list []' passes the path to ubusd, this commit fix the lua bindings to do the same Signed-off-by: Etienne Champetier --- lua/ubus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/ubus.c b/lua/ubus.c index e2bb081..07b816d 100644 --- a/lua/ubus.c +++ b/lua/ubus.c

Re: [PATCH] Patch to handle partitions with alternate names.

2022-05-01 Thread Ole Kristian Lona 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 --- Thanks. Hi Ole Kristian, This

[PATCH v2] Addresses sed in-place without SELinux awareness

2022-05-01 Thread Dominick Grift
sed(1) in busybox does not support this functionality: https://git.savannah.gnu.org/cgit/sed.git/tree/sed/execute.c#n598 This causes /etc/group to become mislabeled when a package requests that a uid/gid be added on OpenWrt with SELinux Signed-off-by: Dominick Grift --- v2: fixes missing $IPKG

Re: [PATCH V3] ipq40xx: fix BDF file for pcie wifi chip on the GL.Inet GL-B2200

2022-05-01 Thread Christian Lamparter
On Thu, Apr 28, 2022 at 10:42 AM Robert Marko wrote: > > On Thu, 28 Apr 2022 at 08:57, Enrico Mioso wrote: > > > > After the switch to pre-calibration, ath10k would fail to initialize > > the PCIE Wi-Fi on the GL-B200 as follows: > > > > ath10k_pci :01:00.0: enabling device (0140 -> 0142) > >

[PATCH] Addresses sed in-place without SELinux awareness

2022-05-01 Thread Dominick Grift
sed(1) in busybox does not support this functionality: https://git.savannah.gnu.org/cgit/sed.git/tree/sed/execute.c#n598 This causes /etc/group to become mislabeled when a package requests that a uid/gid be added on OpenWrt with SELinux Signed-off-by: Dominick Grift --- package/base-files/file

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

2022-05-01 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: [PATCH] Patch to handle partitions with alternate names.

2022-05-01 Thread Sander Vanheule
Hi Ole Kristian, This patch has some formal issues. The patch title should start with "tplink-safeloader:"; see `git log src/tplink-safeloader.c` for examples. Furthermore, there are trailing white spaces, you've used DOS line endings (CRLF), and there's a number of other formatting issues. You