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/ramips | |
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/ramips')
-rw-r--r-- | target/linux/ramips/patches-5.10/700-net-ethernet-mediatek-support-net-labels.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-5.10/700-net-ethernet-mediatek-support-net-labels.patch b/target/linux/ramips/patches-5.10/700-net-ethernet-mediatek-support-net-labels.patch index 65b61e7720..7c19c50a1d 100644 --- a/target/linux/ramips/patches-5.10/700-net-ethernet-mediatek-support-net-labels.patch +++ b/target/linux/ramips/patches-5.10/700-net-ethernet-mediatek-support-net-labels.patch @@ -14,7 +14,7 @@ Signed-off-by: René van Dorst <opensource@vdorst.com> --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -@@ -2949,6 +2949,7 @@ static const struct net_device_ops mtk_n +@@ -2955,6 +2955,7 @@ static const struct net_device_ops mtk_n static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np) { @@ -22,7 +22,7 @@ Signed-off-by: René van Dorst <opensource@vdorst.com> const __be32 *_id = of_get_property(np, "reg", NULL); phy_interface_t phy_mode; struct phylink *phylink; -@@ -3044,6 +3045,9 @@ static int mtk_add_mac(struct mtk_eth *e +@@ -3050,6 +3051,9 @@ static int mtk_add_mac(struct mtk_eth *e else eth->netdev[id]->max_mtu = MTK_MAX_RX_LENGTH_2K - MTK_RX_ETH_HLEN; |