[PATCHv2 libubox] sh/jshn.sh: Add JSHN_DEBUG flag

2020-12-29 Thread Leonardo Mörlein
This flag can be set to JSHN_DEBUG=1 to print all calls to json_* to stderr. The variable JSHN_DEBUG_PREFIX can be used optionally to add a string in front of every debug print. The json_* commands internally use other json_* commands. As it is not desired that this inner commands are also

Re: [PATCH] usbutils: remove

2020-12-29 Thread Rosen Penev
On Tue, Dec 29, 2020 at 8:12 PM Paul Spooren wrote: > > > > On Di, Dez 29, 2020 at 19:35, Rosen Penev wrote: > > This package is not needed in base. It will be imported in the > > packages > > feed. > > > > Signed-off-by: Rosen Penev > > --- > > I'm in favor of this patch but please include the

[PATCH] build/prereq: merge ifndef IB block together

2020-12-29 Thread Paul Spooren
Multiple prereq checks are only required within the build system but not for the ImageBuilder. These checks are excluded by using ifndef IB. This commit merges the three ifndef IB blocks together. Signed-off-by: Paul Spooren --- include/prereq-build.mk | 6 +- 1 file changed, 1

Re: [PATCH] usbutils: remove

2020-12-29 Thread Paul Spooren
On Di, Dez 29, 2020 at 19:35, Rosen Penev wrote: This package is not needed in base. It will be imported in the packages feed. Signed-off-by: Rosen Penev --- I'm in favor of this patch but please include the current maintainer (Felix) in CC. Additional information provided by Rosen

[PATCH] usbutils: remove

2020-12-29 Thread Rosen Penev
This package is not needed in base. It will be imported in the packages feed. Signed-off-by: Rosen Penev --- package/utils/usbutils/Makefile | 60 - 1 file changed, 60 deletions(-) delete mode 100644 package/utils/usbutils/Makefile diff --git

[PATCH] trace-cmd: update to 2.9.1

2020-12-29 Thread Rosen Penev
Fixed license information. Adjusted Makefile to new install paths. Backported upstream patch to fix compilation with musl. Replaces local and incomplete patch. Signed-off-by: Rosen Penev --- package/devel/trace-cmd/Makefile | 22 ++-- .../devel/trace-cmd/patches/100-musl.patch

[PATCH] kexec-tools: update to 2.0.21

2020-12-29 Thread Rosen Penev
kdump was removed in 7acd257ae67b4ca94f8c23cb8bda0ee0709b9216 gdb can be used as an alternative. Remove autoreconf. It's not needed as the configure files are already generated. Remove upstreamed patch. Signed-off-by: Rosen Penev --- package/boot/kexec-tools/Makefile | 42

[PATCH netifd] netifd-proto.sh: Add PROTO_DEBUG and proto_debug_*()

2020-12-29 Thread Leonardo Mörlein
In order to ease the debugging of netifd protos, this commit adds a flag PROTO_DEBUG, that dumps all proto_* and json_* calls in protos. This relies on the fact, that netifd already forwards stderr of protos to the syslog. The feature can be activated by adding PROTO_DEBUG=1 in the beginning of

[PATCH] scripts/qemustart: use squashfs instead of ext4

2020-12-29 Thread Paul Spooren
The qemustart script currently picks the ext4 filesystem rather than squashfs, while the latter is default for nearly all OpenWrt targets. Change the default behaviour of qemustart to be in line with the rest. Signed-off-by: Paul Spooren --- scripts/qemustart | 2 +- 1 file changed, 1

[PATCH libubox] sh/jshn.sh: Add JSHN_DEBUG flag

2020-12-29 Thread Leonardo Mörlein
This flag can be set to JSHN_DEBUG=1 to print all calls to json_* to stderr. The variable JSHN_DEBUG_PREFIX can be used optionally to add a string in front of every debug print. The json_* commands internally use other json_* commands. As it is not desired that this inner commands are also

Re: [PATCH] wolfssl: Update to v4.6.0-stable

2020-12-29 Thread Rosen Penev
On Tue, Dec 29, 2020 at 9:53 AM Eneas U de Queiroz wrote: > > This version fixes a large number of bugs, although no security > vulnerabilities are listed. > > Full changelog at: > https://www.wolfssl.com/docs/wolfssl-changelog/ > or, as part of the version's README.md: >

[PATCH] wolfssl: Update to v4.6.0-stable

2020-12-29 Thread Eneas U de Queiroz
This version fixes a large number of bugs, although no security vulnerabilities are listed. Full changelog at: https://www.wolfssl.com/docs/wolfssl-changelog/ or, as part of the version's README.md: https://github.com/wolfSSL/wolfssl/blob/v4.6.0-stable/README.md Due a number of API additions,

Leonid Aronov Publishing Services. We can help you in many things:

2020-12-29 Thread Leonid Publisher
Dear Colleagues, This is the site of Leonid Aronov Publishing Services. We are a small office in Belgium. Phone: +32 2 598 42 19, https://leonidpublisher.blogspot.com/ We can help you in many things: a) We can help you to find a good Scopus, Web of Science, EI Compendex Indexed Journal to

Re: New ath10k-ct driver available

2020-12-29 Thread Ben Greear
On 12/28/20 2:11 PM, Hauke Mehrtens wrote: On 12/24/20 10:28 PM, Ben Greear wrote: I just pushed this commit.  I'm interested in feedback if anyone tests it.  It could fix some of the strange tx issues, and for the 5.10 kernel, at least, it fixes very obvious tx-path issues. commit