diff options
| author | Markus Stockhausen | 2024-09-08 18:18:17 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2024-09-14 17:58:54 +0000 |
| commit | d81d0d503dceb09048c616fee58a3ffccd728b9f (patch) | |
| tree | 94d2cb82856453318aba8d3bd7894a5f97752034 | |
| parent | 416006a6d1c0e96815860d89f7a75b8a981376b3 (diff) | |
| download | openwrt-d81d0d503dceb09048c616fee58a3ffccd728b9f.tar.gz | |
realtek: 6.6: refresh patch 300-mips-add-rtl838x-platform
No content changes. Only take over the new patch locations.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
| -rw-r--r-- | target/linux/realtek/patches-6.6/300-mips-add-rtl838x-platform.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/realtek/patches-6.6/300-mips-add-rtl838x-platform.patch b/target/linux/realtek/patches-6.6/300-mips-add-rtl838x-platform.patch index eaeea0991d..7adbbbc517 100644 --- a/target/linux/realtek/patches-6.6/300-mips-add-rtl838x-platform.patch +++ b/target/linux/realtek/patches-6.6/300-mips-add-rtl838x-platform.patch @@ -15,7 +15,7 @@ Submitted-by: Birger Koblitz <git@birger-koblitz.de> --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms -@@ -23,6 +23,7 @@ platform-$(CONFIG_NLM_COMMON) += netlog +@@ -22,6 +22,7 @@ platform-$(CONFIG_MACH_NINTENDO64) += n6 platform-$(CONFIG_PIC32MZDA) += pic32/ platform-$(CONFIG_RALINK) += ralink/ platform-$(CONFIG_MIKROTIK_RB532) += rb532/ @@ -25,9 +25,9 @@ Submitted-by: Birger Koblitz <git@birger-koblitz.de> platform-$(CONFIG_SGI_IP28) += sgi-ip22/ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -1056,8 +1056,58 @@ config NLM_XLP_BOARD - This board is based on Netlogic XLP Processor. - Say Y here if you have a XLP based board. +@@ -968,8 +968,58 @@ config CAVIUM_OCTEON_SOC + Hikari + Say Y here for most Octeon reference boards. +config RTL83XX + bool "Realtek based platforms" |