[openwrt/openwrt] realtek: remove unnecessary line from rtl838x/Platform in 5.10

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 25 15:37:31 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/46945e02d3527e3948dacb3e74e5ddbc35da7238

commit 46945e02d3527e3948dacb3e74e5ddbc35da7238
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Thu May 6 18:17:54 2021 +0900

    realtek: remove unnecessary line from rtl838x/Platform in 5.10
    
    The following line is already defined in arch/mips/Kbuild.platforms by
    300-mips-add-rtl838x-platform.patch.
    
    platform-$(CONFIG_RTL838X) += rtl838x/
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
---
 target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform b/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform
index 4d48932d80..f9f189b689 100644
--- a/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform
+++ b/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform
@@ -1,6 +1,5 @@
 #
 # Realtek RTL838x SoCs
 #
-platform-$(CONFIG_RTL838X) += rtl838x/
 cflags-$(CONFIG_RTL838X)   += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/
 load-$(CONFIG_RTL838X)     += 0xffffffff80000000



More information about the lede-commits mailing list