Re: [PATCH] tools: always create $STAGING_DIR/usr/{include,lib}

2020-08-23 Thread Rosen Penev
On Sun, Aug 23, 2020 at 8:02 PM Paul Spooren wrote: > > On 19.08.20 20:06, Andre Heider wrote: > > rules.mk always passes these as -I/-L to the toolchain. > > > > Fixes rare errors like: > > cc1: error: staging_dir/target-aarch64_cortex-a53_musl/usr/include: No such > > file or directory [-Werror

Re: [PATCH] tools: always create $STAGING_DIR/usr/{include,lib}

2020-08-23 Thread Paul Spooren
On 19.08.20 20:06, Andre Heider wrote: rules.mk always passes these as -I/-L to the toolchain. Fixes rare errors like: cc1: error: staging_dir/target-aarch64_cortex-a53_musl/usr/include: No such file or directory [-Werror=missing-include-dirs] Signed-off-by: Andre Heider Acked-by: Paul Spoo

Re: [PATCH v2] build: optionally disable target name in filenames

2020-08-23 Thread Paul Spooren
The PKG_RELEASE must be bumped which I forgot in this patch! On 22.08.20 22:23, Paul Spooren wrote: The target/subtarget is included in all image filenames by default. This is useful if the same profile exists in multiple targets or developers/users want an obvious related of images to targets.

[PATCH v2 6/8] at91: introduce vendor_model scheme and drop board names

2020-08-23 Thread Adrian Schmutzler
This introduces the vendor_model scheme to this target in order to harmonize device names within the target and with the rest of OpenWrt. In addition, custom board names are dropped in favor of the generic script which takes the compatible. Use the SUPPORTED_DEVICES variable to store the compatibl

[PATCH v2 2/8] at91bootstrap: bump version to v3.9.3

2020-08-23 Thread Adrian Schmutzler
From: Sandeep Sheriker M Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index c4edddf848..eaec26b4a1 100644 --- a/package

[PATCH v2 3/8] uboot-at91: bump version to linux4sam-2020.04

2020-08-23 Thread Adrian Schmutzler
From: Sandeep Sheriker M Bump version to linux4sam-2020.04 and add patch to fix Wformat-security warnings. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 4 +-- .../patches/001-fix-Wformat-security.patch| 34 --- 2 files changed, 32 i

[PATCH v2 4/8] at91: change dtb file path

2020-08-23 Thread Adrian Schmutzler
From: Sandeep Sheriker M Changing dtb file path since the dtb files are build in KDIR folder with image- prefix. Signed-off-by: Sandeep Sheriker M [remove commented lines] Signed-off-by: Adrian Schmutzler --- target/linux/at91/image/Makefile | 7 ++- 1 file changed, 2 insertions(+), 5 del

[PATCH v2 8/8] uboot-at91: harmonize indent in Makefiles

2020-08-23 Thread Adrian Schmutzler
The indent in Makefile is mixed, harmonize it where reasonable. Signed-off-by: Adrian Schmutzler --- package/boot/uboot-at91/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index ad1052769

[PATCH v2 5/8] at91: Refresh kernel config

2020-08-23 Thread Adrian Schmutzler
From: Hauke Mehrtens This was done by running: make kernel_oldconfig CONFIG_TARGET=subtarget Signed-off-by: Hauke Mehrtens --- target/linux/at91/sam9x/config-default | 190 - target/linux/at91/sama5/config-default | 121 +++- 2 files changed, 206 insertions(

[PATCH v2 7/8] at91bootstrap: harmonize indent in Makefiles

2020-08-23 Thread Adrian Schmutzler
The indent in Makefiles is mixed, harmonize it where reasonable. Signed-off-by: Adrian Schmutzler --- package/boot/at91bootstrap/Makefile | 32 +- package/boot/at91bootstrap/at91bootstrap.mk | 36 ++--- 2 files changed, 34 insertions(+), 34 deletions(-) d

[PATCH v2 1/8] at91: bump linux version to 5.4

2020-08-23 Thread Adrian Schmutzler
From: Sandeep Sheriker M Move patches to 5.4, put config only in subtarget directories. Signed-off-by: Sandeep Sheriker M [refresh patches, add commit message] Signed-off-by: Adrian Schmutzler --- target/linux/at91/Makefile| 2 +- target/linux/at91/config-4.14

Re: [Bridge] [RFC PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround

2020-08-23 Thread Felix Fietkau
On 2020-08-23 17:42, Linus Lüssing wrote: > On Sun, Aug 16, 2020 at 03:08:13PM -0700, Stephen Hemminger wrote: >> Rather than adding yet another feature to the bridge, could this hack be >> done by >> having a BPF hook? or netfilter module? > > Hi Stephen, > > Thanks for the constructive feedbac

Re: [Bridge] [RFC PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround

2020-08-23 Thread Stephen Hemminger
On Sun, 23 Aug 2020 17:42:39 +0200 Linus Lüssing wrote: > On Sun, Aug 16, 2020 at 03:08:13PM -0700, Stephen Hemminger wrote: > > Rather than adding yet another feature to the bridge, could this hack be > > done by > > having a BPF hook? or netfilter module? > > Hi Stephen, > > Thanks for the

[sdwalker/sdwalker.github.io] 33f3d9: This week's update

2020-08-23 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 33f3d9c2c3ca6a118604831a0cf8f120227fee39 https://github.com/sdwalker/sdwalker.github.io/commit/33f3d9c2c3ca6a118604831a0cf8f120227fee39 Author: Stephen Walker Date: 2020-08-23 (Sun, 23 Aug 2

Re: [Bridge] [RFC PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround

2020-08-23 Thread Linus Lüssing
On Sun, Aug 16, 2020 at 03:08:13PM -0700, Stephen Hemminger wrote: > Rather than adding yet another feature to the bridge, could this hack be done > by > having a BPF hook? or netfilter module? Hi Stephen, Thanks for the constructive feedback and suggestions! The netfilter approach sounds tempt

[PATCH v2] build: optionally disable target name in filenames

2020-08-23 Thread Paul Spooren
The target/subtarget is included in all image filenames by default. This is useful if the same profile exists in multiple targets or developers/users want an obvious related of images to targets. However this information can also be confusing at it adds a lengthy string to sysupgrade images contai