diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-07-25 21:00:58 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-29 19:50:15 +0100 |
commit | f2961c9c2be6873536fc68bed4bf2da6f3746c98 (patch) | |
tree | 01159b4f6dce23f55571704e5a2eb11c771ec5f6 /target/linux/ramips | |
parent | a57d7c29a40ae5b691deafcc267652b918159bc0 (diff) | |
download | upstream-f2961c9c2be6873536fc68bed4bf2da6f3746c98.tar.gz upstream-f2961c9c2be6873536fc68bed4bf2da6f3746c98.tar.bz2 upstream-f2961c9c2be6873536fc68bed4bf2da6f3746c98.zip |
kernel: bump 5.10 to 5.10.53
No deleted or manually refreshed patches.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/patches-5.10/700-net-ethernet-mediatek-support-net-labels.patch | 6 |
1 files changed, 3 insertions, 3 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 c32c16a908..8f4a2d9848 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 @@ -22,9 +22,9 @@ 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; -@@ -3006,6 +3007,9 @@ static int mtk_add_mac(struct mtk_eth *e - - eth->netdev[id]->max_mtu = MTK_MAX_RX_LENGTH - MTK_RX_ETH_HLEN; +@@ -3008,6 +3009,9 @@ static int mtk_add_mac(struct mtk_eth *e + + of_platform_device_create(np, NULL, NULL); + if (name) + strlcpy(eth->netdev[id]->name, name, IFNAMSIZ); |