mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ipq40xx: swtich to kernel 4.19
This commit is contained in:
parent
55d1d3733c
commit
462c88bfc9
@ -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
|
||||
|
@ -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;
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user