mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 19:05:29 +08: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
|
CPU_SUBTYPE:=neon-vfpv4
|
||||||
SUBTARGETS:=generic
|
SUBTARGETS:=generic
|
||||||
|
|
||||||
KERNEL_PATCHVER:=5.4
|
KERNEL_PATCHVER:=4.19
|
||||||
KERNEL_TESTING_PATCHVER:=5.4
|
KERNEL_TESTING_PATCHVER:=5.4
|
||||||
|
|
||||||
KERNELNAME:=zImage Image dtbs
|
KERNELNAME:=zImage Image dtbs
|
||||||
|
@ -1523,7 +1523,7 @@ Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
|
|||||||
+ int res;
|
+ int res;
|
||||||
+
|
+
|
||||||
+ if (skb->protocol == htons(ETH_P_IPV6)) {
|
+ if (skb->protocol == htons(ETH_P_IPV6)) {
|
||||||
+ dev_err(&adapter->pdev->dev, "IPv6 not supported\n");
|
+
|
||||||
+ res = -EINVAL;
|
+ res = -EINVAL;
|
||||||
+ goto no_protocol_err;
|
+ goto no_protocol_err;
|
||||||
+ }
|
+ }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user