Re: [PATCHv3 2/2] tools/zstd: compile with cmake

2021-01-30 Thread Rosen Penev
On Sat, Jan 30, 2021 at 6:04 PM Paul Spooren wrote: > > On Wed Jan 20, 2021 at 6:54 PM HST, Rosen Penev wrote: > > It's faster and more reliable. > > > > Removed ccache cmake build dependency as it's now implicit. > > > > Signed-off-by: Rosen Penev > > --- > > v3: converted to use CMake > >

Re: [PATCHv3 1/2] tools/zstd: update to 1.4.8

2021-01-30 Thread Rosen Penev
On Sat, Jan 30, 2021 at 6:03 PM Paul Spooren wrote: > > On Wed Jan 20, 2021 at 6:54 PM HST, Rosen Penev wrote: > > Switch to the normal tarball instead of the codeload generated one. The > > latter has the potential to change hashes based on changes in the repo. > > > > Signed-off-by: Rosen Penev

Re: [PATCHv3 1/2] tools/zstd: update to 1.4.8

2021-01-30 Thread Paul Spooren
On Wed Jan 20, 2021 at 6:54 PM HST, Rosen Penev wrote: > Switch to the normal tarball instead of the codeload generated one. The > latter has the potential to change hashes based on changes in the repo. > > Signed-off-by: Rosen Penev > --- Currently zstd fails to compile, is this meant s a fix

Re: [PATCHv3 2/2] tools/zstd: compile with cmake

2021-01-30 Thread Paul Spooren
On Wed Jan 20, 2021 at 6:54 PM HST, Rosen Penev wrote: > It's faster and more reliable. > > Removed ccache cmake build dependency as it's now implicit. > > Signed-off-by: Rosen Penev > --- > v3: converted to use CMake > tools/Makefile | 3 ++- > tools/zstd/Makefile | 9 +++-- > 2 files changed,

[PATCH] treewide: use CDN for downloads

2021-01-30 Thread Paul Spooren
Use CDN for opkg repositories. Signed-off-by: Paul Spooren --- Tested with browser and opkg running on router. HTTP works only for specific user-agents and `ipk` files, this is a *limitation* (or security precaution) of the origin server not influenced by the CDN. include/version.mk

[PATCH] treewide: unify OpenWrt hosted source URL

2021-01-30 Thread Paul Spooren
Multiple sources are hosted on OpenWrts source server only. The source URLs to point to the server vary based on different epochs in OpenWrts history. Unify them to use always the new source CDN and HTTPS. If the CDN fails, sources.o.o is used as a fallback via downloads.pl. Signed-off-by: Paul

[PATCH] iwinfo: add PCI ID for MediaTek MT7613BE

2021-01-30 Thread Stijn Segers
This adds the PCI ID for the MT7613BE series, found in e.g. the TP-Link EAP235-Wall v1. Signed-off-by: Stijn Segers --- hardware.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware.txt b/hardware.txt index da843be..ea74929 100644 --- a/hardware.txt +++ b/hardware.txt @@ -187,6

[PATCH] odhcpd: add option to use absolute timestamps

2021-01-30 Thread Nick Hainke
Until now it is not possible to give absolute timestamps in odhcpd. This means that on every new RA or request, the timestamp is renewed. Further, the valid and preferred lifetimes are not synced between all devices. There are several usecases when it is needed to have absolute timestamp that

Re: [PATCH] mvebu: omnia: make initramfs image usable out of the box

2021-01-30 Thread Tomasz Maciej Nowak
W dniu 30.01.2021 o 14:04, Petr Štetiar pisze: > Currently it's not possible to boot the device with just initramfs image > without additional effort as the initramfs image doesn't contain device tree. > Fix it by producing FIT based image which could be booted with following > commands: > >

Re: [PATCH urngd] Fix busy loop in case of ioctl(RNDADDENTROPY) failure

2021-01-30 Thread Petr Štetiar
Giovanni Giacobbi [2021-01-30 13:45:21]: Hi, > On systems where adding entropy to /dev/random using ioctl(RNDADDENTROPY) is > not allowed (notably: docker containers), avoid entering a busy loop that > consumes high cpu, as the poll loop will keep firing. > > Cc: Petr Štetiar > --- > urngd.c

[PATCH urngd] Fix busy loop in case of ioctl(RNDADDENTROPY) failure

2021-01-30 Thread Giovanni Giacobbi
On systems where adding entropy to /dev/random using ioctl(RNDADDENTROPY) is not allowed (notably: docker containers), avoid entering a busy loop that consumes high cpu, as the poll loop will keep firing. Cc: Petr Štetiar --- urngd.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)

[PATCH] mvebu: omnia: make initramfs image usable out of the box

2021-01-30 Thread Petr Štetiar
Currently it's not possible to boot the device with just initramfs image without additional effort as the initramfs image doesn't contain device tree. Fix it by producing FIT based image which could be booted with following commands: setenv bootargs earlyprintk console=ttyS0,115200 tftpboot

[no subject]

2021-01-30 Thread Vladimir Zhirov 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 --- feeds/packages: Please put in

[PATCH v2] ca-certificates: Update to version 20210119

2021-01-30 Thread Paul Menzel
Update the ca-certificates and ca-bundle package from version 20200601 to version 2021019. This version uses Python 3 for the build, fixing a build issue on systems, where `/usr/bin/python3` is a wrapper script [1]. Debian change-log entry [2]: > [ Julien Cristau ] > * New maintainer