[OpenWrt-Devel] [PATCH 3/3] toolchain: Update glibc to version 2.31

2020-03-23 Thread Hauke Mehrtens
This updates glibc to the most recent version 2.31. 001-regex-read-overrun.patch was a backport from a more recent version and is integrated in glibc 2.31. 050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch is needed to add the DES crypto functions back again. They were removed in gli

[OpenWrt-Devel] [PATCH 1/3] linux-atm: Fix build with glibc

2020-03-23 Thread Hauke Mehrtens
Without this change linux-atm does not build any more with glibc and kernel 5.4, because SIOCGSTAMP is missing. This patch adds a missing include to fix this compile problem. Signed-off-by: Hauke Mehrtens --- .../patches/410-missing-SIOCGSTAMP.patch | 20 +++ 1 file changed,

[OpenWrt-Devel] [PATCH 2/3] busybox: backport stime() removal fix for glibc 2.31

2020-03-23 Thread Hauke Mehrtens
glibc 2.31 does not provide stime() any more, backport a fix from current busybox master to avoid using this function. Signed-off-by: Hauke Mehrtens --- .../001-remove-stime-function-calls.patch | 84 +++ 1 file changed, 84 insertions(+) create mode 100644 package/utils/bus

[OpenWrt-Devel] [RFC] Support for ZyXEL LTE3301-Plus / Image format known?

2020-03-23 Thread Andre Valentin
Hi! I have written support for the LTE3301-Plus device for OpenWRT. But my main problem is that Zyxel only gave me an binary imagebuilder. If anybody is interested I can provide the needed OpenWRT patch and the binary. Perhaps someone is able to decompile it and back or even better, the format

[OpenWrt-Devel] [PATCH] x86/geode: fixup FEATURE inheritance

2020-03-23 Thread Paul Spooren
In the geode subtarget all default x86 features were overwritten via := instead of extending them via +=. This patch fixes the inheritance and thereby the compilation of x86/geode target. Compile tested x86/geode. Signed-off-by: Paul Spooren --- target/linux/x86/geode/target.mk | 2 +- 1 file

Re: [OpenWrt-Devel] [PATCH] ath79: fix NAND driver compilation for kernel 5.4

2020-03-23 Thread Enrico Mioso
sorry, I forgot to mention the commit... In my case I am referring to an issue with commit 15a0701cdde8eeae2a54880b813cdb8cdc09a384. fixed with commit fdfca33350150644481096f1c7a80db2b670cdec from David. Thanks! On Mon, 23 Mar 2020, Michal Cieslakiewicz wrote: Date: Mon, 23 Mar 2020 17:20:42 F

Re: [OpenWrt-Devel] [PATCH] ath79: fix NAND driver compilation for kernel 5.4

2020-03-23 Thread Enrico Mioso
Hello!! A little bit off-topic question: I encountered an issue due to a patch causing issues on ramips: ... so my Zbtlink ZBT-WG3526 (32M) behaved like SPI flash was damaged. After reverting the patch, anything was OK and the device is still running fine. So, my question is: are there chances

Re: [OpenWrt-Devel] [PATCH] ath79: fix NAND driver compilation for kernel 5.4

2020-03-23 Thread Michal Cieslakiewicz
On Sun, 22 Mar 2020 20:01:57 +0100 David Bauer wrote: > Hi Michal > > > I'm not that deep into the mtd-concat hack (expecially on NAND > flash). We might also run into issues when migrating to the new NAND > interface. If you you've found a fix for this, it would be great to > have it up for di

Re: [OpenWrt-Devel] [PATCH 2/6] x86: switch image generation to new code

2020-03-23 Thread Jeffery To
On Fri, Mar 20, 2020 at 6:37 PM Paul Spooren wrote: > This commit introduces few related changes which need to be done in > single commit to keep images buildable between git revisions. In result > it retains all previous image creation possibilities with slight name > change of generated images.

Re: [OpenWrt-Devel] [PATCH] x86/geode: add missing include after rebase

2020-03-23 Thread Russell Senior
> Paul Spooren writes: Comments below. > The x86 image generation was refacted via cb007a7bf6 and accidently > not included `geode.mk` when selected as subtarget. > Now the file is included and image compilation for x86/geode works > again. > Thanks to Russell Senior for reporting the > p

[OpenWrt-Devel] [PATCH] x86/geode: add missing include after rebase

2020-03-23 Thread Paul Spooren
The x86 image generation was refacted via cb007a7bf6 and accidently not included `geode.mk` when selected as subtarget. Now the file is included and image compilation for x86/geode works again. Thanks to Russell Senior for reporting the problem and suggesting a patch! Signed-off-by: Paul Spoore

Re: [OpenWrt-Devel] [PATCH 1/1] netifd: add pre-up/down post-up/down callback handling

2020-03-23 Thread Florian Eckert
I know this is done wit the uci option auto for this interface. But if I disable this flag, then on the next boot this interface does not start on boot anymore. I have to start this manual. So I think this is not an option. No, I'm talking about the internal per-interface 'autostart' variabl