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
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
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.
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
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
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
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
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
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(
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
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
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
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
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
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
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
16 matches
Mail list logo