diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-11-26 14:22:11 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-11-26 17:32:43 +0000 |
commit | 4420ddaa5893acf524577b05bb0871e6f9d8735c (patch) | |
tree | d4b2e1d707e5b4e248e8f155e818777e70a12610 /target/linux/realtek/patches-5.4/705-add-rtl-phy.patch | |
parent | 18a53d43d646290053eff4736ec852efcf6bf510 (diff) | |
download | upstream-4420ddaa5893acf524577b05bb0871e6f9d8735c.tar.gz upstream-4420ddaa5893acf524577b05bb0871e6f9d8735c.tar.bz2 upstream-4420ddaa5893acf524577b05bb0871e6f9d8735c.zip |
kernel: clean up patch fuzz
Recent kernel bumps & target patch refactors have left some patch fuzz
around. Refreshed kernel patches using update_kernel script.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/realtek/patches-5.4/705-add-rtl-phy.patch')
-rw-r--r-- | target/linux/realtek/patches-5.4/705-add-rtl-phy.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/realtek/patches-5.4/705-add-rtl-phy.patch b/target/linux/realtek/patches-5.4/705-add-rtl-phy.patch index 5c5d08fe9f..826891abe1 100644 --- a/target/linux/realtek/patches-5.4/705-add-rtl-phy.patch +++ b/target/linux/realtek/patches-5.4/705-add-rtl-phy.patch @@ -1,7 +1,5 @@ -Index: linux-5.4.77/drivers/net/phy/Makefile -=================================================================== ---- linux-5.4.77.orig/drivers/net/phy/Makefile -+++ linux-5.4.77/drivers/net/phy/Makefile +--- a/drivers/net/phy/Makefile ++++ b/drivers/net/phy/Makefile @@ -101,7 +101,7 @@ obj-$(CONFIG_MICROSEMI_PHY) += mscc.o obj-$(CONFIG_NATIONAL_PHY) += national.o obj-$(CONFIG_NXP_TJA11XX_PHY) += nxp-tja11xx.o |