[PATCH] packages: nvram: add NVRAM quirks for bcm53xx target

2022-03-31 Thread Arınç ÜNAL
Add NVRAM quirks script for the bcm53xx target. Split NVRAM quirks for the bcm47xx and bcm53xx targets. Move clear partialboot NVRAM quirk for Linksys EA9500 here. Add set wireless LED behaviour quirk for Asus RT-AC88U. Signed-off-by: Arınç ÜNAL --- package/utils/nvram/Makefile

Re: bug in busybox lock

2022-03-31 Thread Hauke Mehrtens
On 3/31/22 16:11, e9hack wrote: Hi, commit busybox: fix busybox lock applet pidstr buffer overflow looks wrong for me: --- a/package/utils/busybox/patches/220-add_lock_util.patch +++ b/package/utils/busybox/patches/220-add_lock_util.patch @@ -109,7 +109,7 @@  +  if (!waitonly) {

bug in busybox lock

2022-03-31 Thread e9hack
Hi, commit busybox: fix busybox lock applet pidstr buffer overflow looks wrong for me: --- a/package/utils/busybox/patches/220-add_lock_util.patch +++ b/package/utils/busybox/patches/220-add_lock_util.patch @@ -109,7 +109,7 @@ + if (!waitonly) { + lseek(fd,

[PATCH 19.07] patchelf: backport fix for rpath endianness

2022-03-31 Thread Petr Štetiar
This is backport of upstream fix introduced in commit e88d83c8b4e4 ("patchelf: Check ELF endianness before writing new runpath") which fixes broken rpath handling on big endian systems: $ patchelf --set-rpath '/opt/foo/bar' lxc4-start $ readelf -d lxc4-start ... 0x1d00 (: 1d00)