Re: [PATCH 4/8] at91: use make kernel_menuconfig and save for sam9x kernel config

2021-08-27 Thread claudiu 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 22.08.2021 14:56, Hauke Mehrten

Re: [PATCH 6/8] at91: enable specific sam9x kernel config flags

2021-08-27 Thread claudiu 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 22.08.2021 15:02, Hauke Mehrten

[PATCH] ubus/lua: pass event type as a parameter

2021-08-27 Thread manuel . tabares
From: Manuel Tabares Pass the event type as a parameter to the event callback. Signed-off-by: Manuel Tabares --- lua/ubus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/ubus.c b/lua/ubus.c index e2bb081..cbe4a69 100644 --- a/lua/ubus.c +++ b/lua/ubus.c @@ -713,7 +7

[PATCH] ubus/lua: add fd sending to ubus requests

2021-08-27 Thread nicola . pancheri
From: Nicola Pancheri Exposes the ubus file descriptor sharing interface to Lua. Signed-off-by: Nicola Pancheri --- lua/ubus.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lua/ubus.c b/lua/ubus.c index e2bb081..8378a25 100644 --- a/lua/ubus.c +++ b/lua/ubus.c

[PATCH] ubus/lua: fix stack leak

2021-08-27 Thread nicola . pancheri
From: Nicola Pancheri Fixes leak in the Lua stack; the call to lua_next in the loop pushes two values to the stack, therefore both values should be popped off the stack. Signed-off-by: Nicola Pancheri --- lua/ubus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ubus.c

[PATCH 1/2] firmware-utils: tplink-safeloader: improve soft-version customisation

2021-08-27 Thread Sander Vanheule
Some devices using the safeloader firmware format require a minimum or specific version to be set in the soft-version metadata partition. Currently only custom text values can be provided, but not all device firmware support this format. Modify the device info struct to allow for more well-defined

[PATCH 2/2] firmware-utils: tplink-safeloader: set EAP235-Wall v1 soft-version

2021-08-27 Thread Sander Vanheule
Starting with v3 of the vendor firmware for the TP-Link EAP235-Wall v1, downgrades to firmware versions below v3 as not allowed. Since OpenWrt uses version 0.0.0 as a default, this causes the factory install to fail on devices with a recent firmware. This failure is associated by the following mes

[PATCH 0/2] TP-Link safeloader custom soft-version support

2021-08-27 Thread Sander Vanheule
Safeloader firmware images contain a soft-version partition, which encodes version info about the image. There are currently two formats: plain text and structured binary with the firmware version number and build info. Currently custom firmware version number values can only be provided if these