[openwrt/openwrt] mediatek: change the the default SUBTARGET to filogic
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 2 06:15:36 PDT 2024
blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8344ff8524a3c2a95fa501487cd59645156fb0b6
commit 8344ff8524a3c2a95fa501487cd59645156fb0b6
Author: John Crispin <john at phrozen.org>
AuthorDate: Tue Sep 17 12:41:09 2024 +0200
mediatek: change the the default SUBTARGET to filogic
Signed-off-by: John Crispin <john at phrozen.org>
---
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 711cda0791..478b00488b 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=mediatek
BOARDNAME:=MediaTek ARM
-SUBTARGETS:=mt7622 mt7623 mt7629 filogic
+SUBTARGETS:=filogic mt7622 mt7623 mt7629
FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
KERNEL_PATCHVER:=6.6
More information about the lede-commits
mailing list