diff options
| author | Felix Fietkau | 2024-09-26 13:04:54 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2024-09-26 13:05:27 +0000 |
| commit | 7ea086bb8942781853a1c752f0a60ea6b68bc72c (patch) | |
| tree | 5039da439b0c805cb3dc967cea321a3fa6829301 | |
| parent | 676a2ab03b37895ae47f7730cb9abcee38ebe774 (diff) | |
| download | openwrt-7ea086bb8942781853a1c752f0a60ea6b68bc72c.tar.gz | |
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@nbd.name>
| -rw-r--r-- | target/linux/mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |