Re: Turris Omnia boot failure after "mvebu: fix initramfs/kernel image for CZNIC Turris Omnia"

2020-12-22 Thread Karel Kočí
Hi And thank you for report. I do care. I am going to investigate it. Feel free to revert it as I most probably won't be addressing it on Christmas but I am going to submit it again with fix or just fix once I found out what happened. With regards Karel Excerpts from Petr Štetiar's message of

[PATCH] utils: fix check_pid_path to work with deleted file as well

2020-07-02 Thread Karel Kočí
erence for original one. The problem is if there are multiple references and the original one is removed. This can be reproduced just by copying executable (hard linking) and unlinking the original one. In such case exe link would point to copy and not to original deleted one. Signed-off-by:

[OpenWrt-Devel] [PATCH] hostapd: fix compilation of wpa_supplicant

2020-06-16 Thread Karel Kočí
has to be and when build fails is when CONFIG_AP is set. All files included in wpa_supplicant that are touched by this patch are in this condition. This means that this is for sure the original place for it. Signed-off-by: Karel Kočí --- .../services/hostapd/patches/600-ubus_support.patch

[OpenWrt-Devel] [PATCH] hostapd: fix compilation of wpa_supplicant

2020-06-16 Thread Karel Kočí
has to be and when build fails is when CONFIG_AP is set. All files included in wpa_supplicant that are touched by this patch are in this condition. This means that this is for sure the original place for it. Signed-off-by: Karel Kočí --- .../services/hostapd/patches/600-ubus_support.patch

Re: [OpenWrt-Devel] [PATCH] tools: add autoconf-archive

2020-05-01 Thread Karel Kočí
Hi On Fri, May 01, 2020 at 09:22:36AM +0200, Petr Štetiar wrote: > Karel Kočí [2020-04-29 12:47:58]: > > Hi, > > > Some autotools based build systems are using autoconf-archive scripts > > and are expecting them to almost always be available. > > like for ex

[OpenWrt-Devel] [PATCH] tools: add autoconf-archive

2020-04-29 Thread Karel Kočí
x27;s autoreconf and in cases it is not always possible to get release tar ball. Including this adds little to no overhead in terms of build time as those are just m4 scripts copied to an appropriate location. Signed-off-by: Karel Kočí --- tools/Makefile | 2 +- tools/aut