[PATCH uhttpd] ucode: respect all arguments passed to send()

2022-12-09 Thread Andre Heider
Similar to ucode's print() this now prints any given values to stdout: uhttpd.send(a, b, c, "\n"); Signed-off-by: Andre Heider --- ucode.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/ucode.c b/ucode.c index aa5d5b4..bbb9b00 100644 ---

Re: [PATCH v2] build: fix for sourcing targets image config installed via feeds

2022-12-09 Thread Petr Štetiar
Prasun Maiti [2022-11-16 16:33:33]: Hi Christian, > Sourcing of image/Config.in will not happen > When a target is installed from target/linux/feeds/ > > Signed-off-by: Prasun Maiti I've build tested this on OpenWrt 22.03 and it seems to not break anything, so since you've this patch