Linux kernel 4.14 is not building with GCC 8.3 and binutils 2.32 for archs38. Lets update it to 4.19.
Signed-off-by: Evgeniy Didin <[email protected]> Cc: Alexey Brodkin <[email protected]> Cc: Hauke Mehrtens <[email protected]> Cc: John Crispin <[email protected]> --- Patch "95aed87b9e2ed982b24122f46ca506cd8b368677" (ARC: define ARCH_SLAB_MINALIGN = 8) is necessary to fix hangs during runtime on board. I am not adding it in patches-4.19 directory because this patch is already applied in Linux 4.19.26. target/linux/archs38/Makefile | 2 +- target/linux/archs38/{config-4.14 => config-4.19} | 0 .../700-stmmac-Disable-frame-filtering-completely.patch | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename target/linux/archs38/{config-4.14 => config-4.19} (100%) rename target/linux/archs38/{patches-4.14 => patches-4.19}/700-stmmac-Disable-frame-filtering-completely.patch (100%) diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index be6be0472b..e348a07933 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -13,7 +13,7 @@ BOARDNAME:=Synopsys DesignWare ARC HS38 MAINTAINER:=Alexey Brodkin <[email protected]> SUBTARGETS:=generic -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 DEVICE_TYPE:=developerboard diff --git a/target/linux/archs38/config-4.14 b/target/linux/archs38/config-4.19 similarity index 100% rename from target/linux/archs38/config-4.14 rename to target/linux/archs38/config-4.19 diff --git a/target/linux/archs38/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch b/target/linux/archs38/patches-4.19/700-stmmac-Disable-frame-filtering-completely.patch similarity index 100% rename from target/linux/archs38/patches-4.14/700-stmmac-Disable-frame-filtering-completely.patch rename to target/linux/archs38/patches-4.19/700-stmmac-Disable-frame-filtering-completely.patch -- 2.16.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
