x86: drop 6.1 support
[openwrt/openwrt.git] / target / linux / mediatek / mt7629 / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 ARCH:=arm
6 SUBTARGET:=mt7629
7 BOARDNAME:=MT7629
8 CPU_TYPE:=cortex-a7
9 FEATURES:=squashfs nand ramdisk
10
11 KERNELNAME:=Image dtbs
12
13 define Target/Description
14 Build firmware images for MediaTek mt7629 ARM based boards.
15 endef
16