Re: [OpenWrt-Devel] [PATCH] build, imagebuilder: Do not require libncurses-dev

2020-06-09 Thread Paul Spooren
Hi Sven, thanks for testing! You're right, I tried on a testing VM and had the same issue. I'm afraid I had libncurses-dev and libncurses5-dev installed but only removed one while testing :( It should be fixed via https://github.com/openwrt/openwrt/pull/3098 Best, Paul On 6/8/20 5:53 PM, S

Re: [OpenWrt-Devel] [PATCH] apm821xx: move device definitions to subfiles

2020-06-09 Thread Christian Lamparter
On 2020-06-07 13:13, Adrian Schmutzler wrote: With several subtargets, the image/Makefile becomes crowded after a while. Many targets have moved their device definitions to $subtarget.mk files to have them more organized, let's do this here as well. While at it, also move subtarget-specific buil

[OpenWrt-Devel] [PATCH] mvebu: remove non-existant board name solidrun, clearfog-a1

2020-06-09 Thread Adrian Schmutzler
In 02_network, the board name solidrun,clearfog-a1 is used in a case, but it does not seem to be used/exist anywhere else in OpenWrt. The valid strings are: - solidrun,clearfog-pro-a1 - solidrun,clearfog-base-a1 Looks like it has been introduced by accident, so remove it. Fixes: 12795ec9f16b ("m

[OpenWrt-Devel] [PATCH] ltq-vmmc: update permission handling

2020-06-09 Thread Sebastian Kemper
This commit addresses two permission issues. 1. The firmware is currently just copied. It can end up with o= on the device (this is the case for voice_ar9_firmware.bin for instance). Instead of copying it the Makefile is changed to use the macro "$(INSTALL_DATA)" in order for the file to

Re: [OpenWrt-Devel] [PATCH v2] ipq40xx: essedma: Disable TCP segmentation offload for IPv6

2020-06-09 Thread John Crispin
On 09.06.20 15:35, Sven Eckelmann wrote: It was noticed that the the whole MAC can hang when transferring data from one ar40xx port (WAN ports) to the CPU and from the CPU back to another ar40xx port (LAN ports). The CPU was doing only NATing in that process. Usually, the problem first starts wi

Re: [OpenWrt-Devel] Build error on latest trunk: LuaJIT

2020-06-09 Thread Rosen Penev
On Tue, Jun 9, 2020 at 8:19 AM Reiner Karlsberg wrote: > > make -j1 -C > /etc/openwrt/WE826/build_dir/target-mipsel_24kc_musl/LuaJIT-2.1.0-beta3 > HOST_CC="gcc -O2 > -I/etc/openwrt/WE826_PCS3/staging_dir/host/include > -I/etc/openwrt/WE826/staging_dir/hostpkg/include > -I/etc/openwrt/WE826_PCS3

[OpenWrt-Devel] Build error on latest trunk: LuaJIT

2020-06-09 Thread Reiner Karlsberg
make -j1 -C /etc/openwrt/WE826/build_dir/target-mipsel_24kc_musl/LuaJIT-2.1.0-beta3 HOST_CC="gcc -O2 -I/etc/openwrt/WE826_PCS3/staging_dir/host/include -I/etc/openwrt/WE826/staging_dir/hostpkg/include -I/etc/openwrt/WE826_PCS3/staging_dir/target-mipsel_24kc_musl/host/include -m32" CROSS="mipsel-o

[OpenWrt-Devel] [PATCH v2] ipq40xx: essedma: Disable TCP segmentation offload for IPv6

2020-06-09 Thread Sven Eckelmann
It was noticed that the the whole MAC can hang when transferring data from one ar40xx port (WAN ports) to the CPU and from the CPU back to another ar40xx port (LAN ports). The CPU was doing only NATing in that process. Usually, the problem first starts with a simple data corruption: $ wget htt

Re: [OpenWrt-Devel] [PATCH] ipq40xx: essedma: Disable TCP segmentation offload for IPv6

2020-06-09 Thread Sven Eckelmann
On Tuesday, 9 June 2020 15:23:04 CEST Sven Eckelmann wrote: [...] > The problem was first observed on OpenWrt 18.06 and OpenWrt 19.07. It would > be good that this patch (or maybe even a better one) is copied to these > versions (and then refreshed). > > Thanks > > ...le-TCP-segmentation-offload

[OpenWrt-Devel] [PATCH] ipq40xx: essedma: Disable TCP segmentation offload for IPv6

2020-06-09 Thread Sven Eckelmann
It was noticed that the the whole MAC can hang when transferring data from one ar40xx port (WAN ports) to the CPU and from the CPU back to another ar40xx port (LAN ports). The CPU was doing only NATing in that process. Usually, the problem first starts with a simple data corruption: $ wget htt

Re: [OpenWrt-Devel] Build error on latest trunk: meson, python, zstd

2020-06-09 Thread Paul Fertser
Hello, On Tue, Jun 09, 2020 at 11:11:06AM +0200, Reiner Karlsberg wrote: > ['/etc/openwrt/WE826/staging_dir/host/bin/python']> is not a valid python or > it is missing setuptools OpenWrt build system checks for Python3 presence in the prereq stage but it doesn't check if it has setuptools install

[OpenWrt-Devel] Build error on latest trunk: meson, python, zstd

2020-06-09 Thread Reiner Karlsberg
C++ compiler for the host machine: mipsel-openwrt-linux-musl-g++ (gcc 8.4.0 "mipsel-openwrt-linux-musl-g++ (OpenWrt GCC 8.4.0 r13520-68b94f0fb4) 8.4.0") C++ linker for the host machine: mipsel-openwrt-linux-musl-g++ ld.bfd 2.31.1 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host mac