diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2021-05-05 14:02:49 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-09-26 00:32:17 +0200 |
commit | 95f089dafefccb2ce1892506dd936f47caf657bf (patch) | |
tree | 0f652531ba0dcc263b4f9aeb48d7004b5ab69b5e /target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch | |
parent | 46945e02d3527e3948dacb3e74e5ddbc35da7238 (diff) | |
download | upstream-95f089dafefccb2ce1892506dd936f47caf657bf.tar.gz upstream-95f089dafefccb2ce1892506dd936f47caf657bf.tar.bz2 upstream-95f089dafefccb2ce1892506dd936f47caf657bf.zip |
realtek: refresh patches for Kernel 5.10
This patch refresh all patches in patches-5.10/ to adjust for Kernel
5.10.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch')
-rw-r--r-- | target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch b/target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch index bb6f83e55d..af5fb18c26 100644 --- a/target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch +++ b/target/linux/realtek/patches-5.10/700-net-dsa-add-support-for-rtl838x-switch.patch @@ -1,6 +1,6 @@ --- a/drivers/net/dsa/Kconfig +++ b/drivers/net/dsa/Kconfig -@@ -63,6 +63,8 @@ config NET_DSA_QCA8K +@@ -67,6 +67,8 @@ config NET_DSA_QCA8K This enables support for the Qualcomm Atheros QCA8K Ethernet switch chips. @@ -11,8 +11,8 @@ depends on NET_DSA --- a/drivers/net/dsa/Makefile +++ b/drivers/net/dsa/Makefile -@@ -21,3 +21,4 @@ obj-y += b53/ - obj-y += microchip/ - obj-y += mv88e6xxx/ +@@ -23,3 +23,4 @@ obj-y += mv88e6xxx/ + obj-y += ocelot/ + obj-y += qca/ obj-y += sja1105/ +obj-y += rtl83xx/ |