From: Markus Stockhausen Date: Mon, 9 Sep 2024 11:00:27 +0000 (-0400) Subject: realtek: 6.6: refresh patch net-ethernet-add-support-for-rtl838x-ethernet X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3f04b8d5d5dbf85d2c12efb89f51aa6f2418da93;p=openwrt%2Fstaging%2Fblogic.git realtek: 6.6: refresh patch net-ethernet-add-support-for-rtl838x-ethernet No content changes. Only take over the new patch locations. All errors that will arise from compiling with the ethernet driver will be covered by follow up patches. Signed-off-by: Markus Stockhausen --- diff --git a/target/linux/realtek/patches-6.6/716-net-ethernet-add-support-for-rtl838x-ethernet.patch b/target/linux/realtek/patches-6.6/716-net-ethernet-add-support-for-rtl838x-ethernet.patch index 1c25c42b9110..9d79ea565d2c 100644 --- a/target/linux/realtek/patches-6.6/716-net-ethernet-add-support-for-rtl838x-ethernet.patch +++ b/target/linux/realtek/patches-6.6/716-net-ethernet-add-support-for-rtl838x-ethernet.patch @@ -22,7 +22,7 @@ Submitted-by: John Crispin --- a/drivers/net/ethernet/Kconfig +++ b/drivers/net/ethernet/Kconfig -@@ -166,6 +166,13 @@ source "drivers/net/ethernet/rdc/Kconfig +@@ -170,6 +170,13 @@ source "drivers/net/ethernet/rdc/Kconfig source "drivers/net/ethernet/realtek/Kconfig" source "drivers/net/ethernet/renesas/Kconfig" source "drivers/net/ethernet/rocker/Kconfig" @@ -38,7 +38,7 @@ Submitted-by: John Crispin source "drivers/net/ethernet/sgi/Kconfig" --- a/drivers/net/ethernet/Makefile +++ b/drivers/net/ethernet/Makefile -@@ -77,6 +77,7 @@ obj-$(CONFIG_NET_VENDOR_REALTEK) += real +@@ -81,6 +81,7 @@ obj-$(CONFIG_NET_VENDOR_REALTEK) += real obj-$(CONFIG_NET_VENDOR_RENESAS) += renesas/ obj-$(CONFIG_NET_VENDOR_RDC) += rdc/ obj-$(CONFIG_NET_VENDOR_ROCKER) += rocker/