diff options
| author | John Crispin | 2024-09-17 10:41:09 +0000 |
|---|---|---|
| committer | John Crispin | 2024-10-02 13:12:18 +0000 |
| commit | 8344ff8524a3c2a95fa501487cd59645156fb0b6 (patch) | |
| tree | 48ffdb34dfaa0597b677ea2d51181916a45df3ed | |
| parent | a9540a4e33599c01f0c1547d3e29d73fcd73d0ea (diff) | |
| download | openwrt-8344ff8524a3c2a95fa501487cd59645156fb0b6.tar.gz | |
mediatek: change the the default SUBTARGET to filogic
Signed-off-by: John Crispin <john@phrozen.org>
| -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 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 |