diff options
author | John Audia <graysky@archlinux.us> | 2022-03-28 07:54:20 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-30 18:33:38 +0200 |
commit | c41da167d21612916376c9125e8c75ed6fe706fe (patch) | |
tree | f1197dd9c9fd9a13a0473d41c5fc3056dca2ccc6 /target/linux/mediatek | |
parent | 34567750db2c3a84fc9f971189c223e2eefd93b0 (diff) | |
download | upstream-c41da167d21612916376c9125e8c75ed6fe706fe.tar.gz upstream-c41da167d21612916376c9125e8c75ed6fe706fe.tar.bz2 upstream-c41da167d21612916376c9125e8c75ed6fe706fe.zip |
kernel: bump 5.10 to 5.10.109
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/patches-5.10/510-net-mediatek-add-flow-offload-for-mt7623.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-5.10/510-net-mediatek-add-flow-offload-for-mt7623.patch b/target/linux/mediatek/patches-5.10/510-net-mediatek-add-flow-offload-for-mt7623.patch index 43464b27d5..e370d68472 100644 --- a/target/linux/mediatek/patches-5.10/510-net-mediatek-add-flow-offload-for-mt7623.patch +++ b/target/linux/mediatek/patches-5.10/510-net-mediatek-add-flow-offload-for-mt7623.patch @@ -14,7 +14,7 @@ Signed-off-by: Frank Wunderlich <frank-w@public-files.de> --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -@@ -3373,6 +3373,7 @@ static const struct mtk_soc_data mt7623_ +@@ -3375,6 +3375,7 @@ static const struct mtk_soc_data mt7623_ .hw_features = MTK_HW_FEATURES, .required_clks = MT7623_CLKS_BITMAP, .required_pctl = true, |