diff options
author | John Audia <graysky@archlinux.us> | 2020-12-08 09:27:08 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-09 17:05:40 +0100 |
commit | 3f165fa7ccc24a1927483457cd2a20511460550f (patch) | |
tree | 367d8720767a7b9f54f6c6ef5e98c0b6d3b1df83 /target/linux/realtek/patches-5.4 | |
parent | dd5b3b58d8aa4427c40bc1247196a6693a57f460 (diff) | |
download | upstream-3f165fa7ccc24a1927483457cd2a20511460550f.tar.gz upstream-3f165fa7ccc24a1927483457cd2a20511460550f.tar.bz2 upstream-3f165fa7ccc24a1927483457cd2a20511460550f.zip |
kernel: bump 5.4 to 5.4.82
Removed since included upstream and could be reverse-applied by quilt:
backport-5.4/315-v5.10-usbnet-ipeth-fix-connectivity-with-ios-14.patch
Remaining modifications made by update_kernel.sh
Build system: x86_64
Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Tested-by: Curtis Deptuck <curtdept@me.com> [build/run x86_64]
Diffstat (limited to 'target/linux/realtek/patches-5.4')
-rw-r--r-- | target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch b/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch index c61b5f6fff..03accd1e07 100644 --- a/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch +++ b/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch @@ -1,6 +1,6 @@ --- a/include/linux/phy.h +++ b/include/linux/phy.h -@@ -650,6 +650,10 @@ struct phy_driver { +@@ -644,6 +644,10 @@ struct phy_driver { struct ethtool_tunable *tuna, const void *data); int (*set_loopback)(struct phy_device *dev, bool enable); |