diff options
| author | Markus Stockhausen | 2024-09-09 11:00:27 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2024-09-14 17:58:55 +0000 |
| commit | 3f04b8d5d5dbf85d2c12efb89f51aa6f2418da93 (patch) | |
| tree | e5feda700e1d6846fc01e0496fa99e0966deecf0 | |
| parent | 10ff92a3159e812f3ef36d4130fa9b1eeb4055bf (diff) | |
| download | openwrt-3f04b8d5d5dbf85d2c12efb89f51aa6f2418da93.tar.gz | |
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 <markus.stockhausen@gmx.de>
| -rw-r--r-- | target/linux/realtek/patches-6.6/716-net-ethernet-add-support-for-rtl838x-ethernet.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 1c25c42b91..9d79ea565d 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 <john@phrozen.org> --- 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 <john@phrozen.org> 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/ |