[openwrt/openwrt] mediatek: remove "Ralink" from the target name

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 26 06:05:49 PDT 2024


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7ea086bb8942781853a1c752f0a60ea6b68bc72c

commit 7ea086bb8942781853a1c752f0a60ea6b68bc72c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Sep 26 15:04:54 2024 +0200

    mediatek: remove "Ralink" from the target name
    
    None of the supported chips have been sold under the Ralink brand.
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/mediatek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
index f667081253..711cda0791 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=arm
 BOARD:=mediatek
-BOARDNAME:=MediaTek Ralink ARM
+BOARDNAME:=MediaTek ARM
 SUBTARGETS:=mt7622 mt7623 mt7629 filogic
 FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
 




More information about the lede-commits mailing list