ipq40xx: swtich to kernel 4.19

This commit is contained in:
coolsnowwolf 2020-07-06 14:12:55 +08:00
parent 55d1d3733c
commit 462c88bfc9
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4
SUBTARGETS:=generic
KERNEL_PATCHVER:=5.4
KERNEL_PATCHVER:=4.19
KERNEL_TESTING_PATCHVER:=5.4
KERNELNAME:=zImage Image dtbs

View File

@ -1523,7 +1523,7 @@ Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
+ int res;
+
+ if (skb->protocol == htons(ETH_P_IPV6)) {
+ dev_err(&adapter->pdev->dev, "IPv6 not supported\n");
+
+ res = -EINVAL;
+ goto no_protocol_err;
+ }