[PATCH v2 2/2] apm821xx, mt7621, oxnas, rockchip, zynq: remove PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
This config symbol should not be defined in target configs. Signed-off-by: Ilya Lipnitskiy --- target/linux/apm821xx/config-5.4 | 1 - target/linux/oxnas/config-5.10 | 1 - target/linux/oxnas/config-5.4 | 1 - target/linux/ramips/mt7621/config-5.4 | 1 -

[PATCH v2 1/2] kernel: generic: filter out CONFIG_PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
It appears to be an automatic Kconfig symbol that varies depending on the host platform. There is no need to define it in target configs, so filter it out. Also sort config-filter entries alphabetically. Cc: Adrian Schmutzler Cc: Felix Fietkau Signed-off-by: Ilya Lipnitskiy ---

[PATCH] kernel: fix kmod-usb3 dependencies

2021-03-05 Thread Ilya Lipnitskiy
Adding CONFIG_USB_XHCI_PCI_RENESAS to KCONFIG made it so it was set for all targets that included kmod-usb3, not just the intended apm821xx/nand. xhci-pci has a dependency on xhci-pci-renesas if CONFIG_USB_XHCI_PCI_RENESAS is set, breaking kmod-usb3 builds on Linux 5.10 on all other targets.

[PATCH 1/2] kernel: generic: filter out CONFIG_PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
It appears to be an automatic Kconfig symbol that varies depending on the host platform. There is no need to define it in target configs, so filter it out. Also sort config-filter entries alphabetically. Cc: Adrian Schmutzler Cc: Felix Fietkau Signed-off-by: Ilya Lipnitskiy ---

[PATCH 2/2] apm821xx,oxnas,rockchip,zynq: remove PLUGIN_HOSTCC

2021-03-05 Thread Ilya Lipnitskiy
This config symbol should not be defined in target configs. Signed-off-by: Ilya Lipnitskiy --- target/linux/apm821xx/config-5.4 | 1 - target/linux/oxnas/config-5.10 | 1 - target/linux/oxnas/config-5.4 | 1 - target/linux/rockchip/armv8/config-5.4 | 1 -

Re: [PATCH v2] bmips: add NAND devices from bcm63xx

2021-03-05 Thread Daniel González Cabanelas
El vie, 5 mar 2021 a las 20:18, Adrian Schmutzler () escribió: > > Hi, > > > -Original Message- > > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > > On Behalf Of Daniel González Cabanelas > > Sent: Mittwoch, 3. März 2021 15:01 > > To: openwrt-devel@lists.openwrt.org

[PATCH] bcm63xx: AD1018-nor: add NAND flash

2021-03-05 Thread Daniel González Cabanelas
The Sercomm AD1018 has a NAND flash. We recently added support for NANDs in this target target. Use the internal NAND as additional storage. Signed-off-by: Daniel González Cabanelas --- .../dts/bcm6328-sercomm-ad1018-nor.dts| 26 +++ 1 file changed, 26 insertions(+)

RE: [PATCH v2] bmips: add NAND devices from bcm63xx

2021-03-05 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Daniel González Cabanelas > Sent: Mittwoch, 3. März 2021 15:01 > To: openwrt-devel@lists.openwrt.org > Cc: nolt...@gmail.com > Subject: [PATCH v2] bmips: add NAND devices from

Re: [PATCH 2/2] generic: enable netlink ethtool interface

2021-03-05 Thread David Bauer
On 3/5/21 12:57 AM, Paul Spooren wrote: > What's the size change? 48 kiB ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Backport of 'usbip: tools: fix build error for multiple definition' [Was: Re: [PATCH] kernel: backport GCC 10 usbip build fix for 5.4]

2021-03-05 Thread Petr Štetiar
Hi stable, can we please get following patch from v5.9-rc1~142^2~213 backported into the stable kernels? From d5efc2e6b98fe661dbd8dd0d5d5bfb961728e57a Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Thu, 18 Jun 2020 02:08:44 +0200 Subject: usbip: tools: fix build error for multiple

[PATCH] kernel: backport GCC 10 usbip build fix for 5.4

2021-03-05 Thread Rui Salvaterra
>From the original commit message: "With GCC 10, building usbip triggers error for multiple definition of 'udev_context', in: - libsrc/vhci_driver.c:18 and - libsrc/usbip_host_common.c:27. Declare as extern the definition in libsrc/usbip_host_common.c." Signed-off-by: Rui Salvaterra ---

Re: [PATCH] iproute2: fix build with a newer toolchain

2021-03-05 Thread Rui Salvaterra
Hi, On Wed, 3 Mar 2021 at 20:48, Rui Salvaterra wrote: > > GCC 10.2.0 complains loudly of missing limits.h. Add a patch to fix this. > > Signed-off-by: Rui Salvaterra As a side note, I tried building from a pristine master today and tc *always* fails to build for me, being a -j n or at -j 1

Re: [PATCH 0/2] Fix OpenWrt images in current U-boot

2021-03-05 Thread Robert Marko
On Fri, Mar 5, 2021 at 4:25 AM Daniel Golle wrote: > > Hi Robert, > > On Thu, Mar 04, 2021 at 12:37:20PM +0100, Robert Marko wrote: > > U-boot will reject the nodes with @ for the address since > > commit: > > https://gitlab.denx.de/u-boot/u-boot/-/commit/79af75f7776fc20b0d7eb6afe1e27c00fdb4b9b4